When user signs in/out, a proper redirect is performed.

This commit is contained in:
Šesták Vít
2016-02-12 20:17:30 +01:00
parent 2fb2c3fd72
commit feeec6aec6
5 changed files with 23 additions and 17 deletions

View File

@@ -41,9 +41,9 @@ POST /tags/import controllers.Application.tagsImport
GET /routes.js controllers.Application.javascriptRoutes
GET /sign-in controllers.AuthController.signIn
POST /sign-in controllers.AuthController.authenticate
POST /sign-out controllers.AuthController.signOut
GET /sign-in controllers.AuthController.signIn(callback: String)
POST /sign-in controllers.AuthController.authenticate(callback: String)
POST /sign-out controllers.AuthController.signOut(callback: String)
# Map static resources from the /public folder to the /assets URL path
GET /assets/*file controllers.Assets.versioned(path="/public", file: Asset)