UNPKG

424 BPlain TextView Raw
1 /*
2 |--------------------------------------------------------------------------
3 | OAT Guard
4 |--------------------------------------------------------------------------
5 |
6 | OAT, stands for (Opaque access tokens) guard uses database backed tokens
7 | to authenticate requests.
8 |
9 */
10 api: {
11 implementation: OATGuardContract<'user', 'api'>,
12 config: OATGuardConfig<'user'>,
13 },