* feat: Add email pass authentication provider package * feat: Revamp auth module and remove concept of scope * feat: Revamp the auth module to be more standardized in how providers are loaded * feat: Switch from scope to actor type for authentication * feat: Add support for per-actor auth methods * feat: Add emailpass auth provider by default * fix: Add back app_metadata in auth module
3 lines
126 B
TypeScript
3 lines
126 B
TypeScript
export { default as AuthModuleService } from "./auth-module"
|
|
export { default as AuthProviderService } from "./auth-provider"
|