wasp/waspc/examples/todoApp/ext
Giovanni Garufi dcd1549211
auth: Add onAuthSucceededRedirectTo option (#350)
Allows a user to specify a redirect target in case of successful authentication.
This used to be hardcoded to /, and the current implementation will fallback to that if the property is not specified.

Change-type: minor
Signed-off-by: Giovanni Garufi <nazrhom@gmail.com>
2021-11-22 14:23:19 +01:00
..
pages auth: Add onAuthSucceededRedirectTo option (#350) 2021-11-22 14:23:19 +01:00
.waspignore Add ext/.waspignore file (#196) 2021-03-03 09:35:27 +01:00
actions.js feat: Wasp can now run custom setup code on server start (#199). 2021-07-21 16:14:38 +02:00
Main.css Using material-ui in waspc todo example. (#171) 2021-02-06 13:41:22 +01:00
queries.js Merge pull request #279 from saatvikshah/auth_opt_out 2021-07-21 16:28:18 +02:00
serverSetup.js feat: Wasp can now run custom setup code on server start (#199). 2021-07-21 16:14:38 +02:00
Todo.js Fixed lint errors in Todo Tutorial (#349) 2021-11-08 14:19:15 +01:00