wasp/waspc/test
Saatvik Shah a85b408b60 Allow operations to opt out of auth middleware
This patch allows operations to individually specify whether they want
to use or opt out of auth middleware, via an additional `auth` argument
under the actions/queries sections. If left unspecified it is assumed to
be true.

This is addressed by removing the current global auth middleware
registration, and adding it instead to individual operation route
specification.
2021-07-05 21:20:56 +02:00
..
Generator Formatted whole codebase with ormolu. 2021-04-28 17:44:00 +02:00
Parser Allow operations to opt out of auth middleware 2021-07-05 21:20:56 +02:00
Path Formatted whole codebase with ormolu. 2021-04-28 17:44:00 +02:00
Psl Formatted whole codebase with ormolu. 2021-04-28 17:44:00 +02:00
Test Formatted whole codebase with ormolu. 2021-04-28 17:44:00 +02:00
Util Formatted whole codebase with ormolu. 2021-04-28 17:44:00 +02:00
Fixtures.hs Formatted whole codebase with ormolu. 2021-04-28 17:44:00 +02:00
StrongPathTest.hs Formatted whole codebase with ormolu. 2021-04-28 17:44:00 +02:00
TastyDiscoverDriver.hs Moved all code into waspc directory. 2020-02-20 12:30:58 +01:00
UtilTest.hs Formatted whole codebase with ormolu. 2021-04-28 17:44:00 +02:00
WaspignoreFileTest.hs Formatted whole codebase with ormolu. 2021-04-28 17:44:00 +02:00