mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 12:14:33 +01:00
Trying stateless
This commit is contained in:
@@ -102,7 +102,7 @@ export default class AuthController {
|
||||
}
|
||||
|
||||
public async github ({ ally, auth, response }: HttpContextContract) {
|
||||
const github = ally.use('github')
|
||||
const github = ally.use('github').stateless()
|
||||
|
||||
if (github.accessDenied()) {
|
||||
return response.status(403).send({
|
||||
|
||||
Reference in New Issue
Block a user