Working with auth

This commit is contained in:
2021-06-10 19:04:25 +02:00
parent 0602659c18
commit 096143cd5d
3 changed files with 4 additions and 77 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