Packages@robojs/auth
EmailPasswordRouteContext
Interface: EmailPasswordRouteContext
Arguments provided to Email/Password route overrides while processing a request.
Properties
| Property | Type |
|---|---|
adapter | PasswordAdapter |
authConfig | AuthConfig |
basePath | string |
baseUrl | string |
cookies | CookiesOptions |
defaultHandler | () => Promise<Response> |
events? | {} |
payload | RequestPayloadHandle |
request | RoboRequest |
secret | string |
sessionStrategy | "jwt" | "database" |
