mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-28 10:30:28 +01:00
Trying stateless
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user