Working on OAuth

This commit is contained in:
2021-06-30 18:36:04 +02:00
parent cea5f2c32f
commit bc21d0d508
6 changed files with 27 additions and 108 deletions

View File

@@ -55,19 +55,6 @@ declare module '@ioc:Adonis/Addons/Auth' {
|
*/
interface GuardsList {
/*
|--------------------------------------------------------------------------
| Web Guard
|--------------------------------------------------------------------------
|
| The web guard uses sessions for maintaining user login state. It uses
| the `user` provider for fetching user details.
|
*/
web: {
implementation: SessionGuardContract<'user', 'web'>,
config: SessionGuardConfig<'user'>,
},
/*
|--------------------------------------------------------------------------
| OAT Guard