wasp/waspc/data/Generator/templates
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
..
db Implemented PSL model parser, used it for Entity. (#201) 2021-03-15 17:10:01 +01:00
react-app Handle case when JWT token verification fails (#177) 2021-02-09 17:00:31 +01:00
server Allow operations to opt out of auth middleware 2021-07-05 21:20:56 +02:00
Dockerfile Fixed places where auth stuff was used even when no auth. 2021-02-04 14:18:59 +01:00
dockerignore Added support for manual deployment of generated code (backend and frontend) (#167) 2021-02-03 19:26:14 +01:00