remix/middleware/auth · InterfaceView Source
AuthOptions
Summary
Options for loading auth state for each request.
Signature
interface AuthOptions<schemes> {
schemes: readonly [schemes];
}
Properties
schemes
Auth schemes to run in order for each request.