UNPKG

450 BPlain TextView Raw
1 /*
2 |--------------------------------------------------------------------------
3 | Web Guard
4 |--------------------------------------------------------------------------
5 |
6 | The web guard uses sessions for maintaining user login state. It uses
7 | the `user` provider for fetching user details.
8 |
9 */
10 web: {
11 implementation: SessionGuardContract<'user', 'web'>,
12 config: SessionGuardConfig<'user'>,
13 },