Trying stateless

This commit is contained in:
2021-08-20 10:51:57 +02:00
parent 0c3640e507
commit 6f3ed077f6
3 changed files with 4 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ Route.group(() => {
return ally.use('twitter').redirect()
})
Route.get('/github', async ({ ally }) => {
return ally.use('github').redirect()
return ally.use('github').stateless().redirect()
})
Route.get('/google', async ({ ally }) => {
return ally.use('google').redirect()