/* |-------------------------------------------------------------------------- | 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'> client: SessionClientContract<'user'> }