wasp/waspc/test/Parser
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
..
ActionTest.hs ref: Fixed most of the hlint suggestions. (#366) 2021-11-17 00:36:46 +01:00
CommonTest.hs ref: Fixed most of the hlint suggestions. (#366) 2021-11-17 00:36:46 +01:00
DbTest.hs Moved all src/ modules into Wasp module, and all cli/ modules into Wasp.Cli module. 2021-11-11 13:26:20 +01:00
ExternalCodeTest.hs Moved all src/ modules into Wasp module, and all cli/ modules into Wasp.Cli module. 2021-11-11 13:26:20 +01:00
JsImportTest.hs Moved all src/ modules into Wasp module, and all cli/ modules into Wasp.Cli module. 2021-11-11 13:26:20 +01:00
NpmDependenciesTest.hs Moved all src/ modules into Wasp module, and all cli/ modules into Wasp.Cli module. 2021-11-11 13:26:20 +01:00
OperationTest.hs Moved all src/ modules into Wasp module, and all cli/ modules into Wasp.Cli module. 2021-11-11 13:26:20 +01:00
PageTest.hs Moved all src/ modules into Wasp module, and all cli/ modules into Wasp.Cli module. 2021-11-11 13:26:20 +01:00
ParserTest.hs auth: Add onAuthSucceededRedirectTo option (#350) 2021-11-22 14:23:19 +01:00
QueryTest.hs ref: Fixed most of the hlint suggestions. (#366) 2021-11-17 00:36:46 +01:00
RouteTest.hs Moved all src/ modules into Wasp module, and all cli/ modules into Wasp.Cli module. 2021-11-11 13:26:20 +01:00
ServerTest.hs Moved all src/ modules into Wasp module, and all cli/ modules into Wasp.Cli module. 2021-11-11 13:26:20 +01:00
StyleTest.hs Moved all src/ modules into Wasp module, and all cli/ modules into Wasp.Cli module. 2021-11-11 13:26:20 +01:00
valid.wasp Implemented FE ACL & updated the examples. (#165) 2021-02-01 16:32:07 +01:00