feat(auth): Add external authentication (OAuth/OIDC & LDAP) with admin management, UI, and encryption support
This commit is contained in:
8
ts/services/auth/strategies/index.ts
Normal file
8
ts/services/auth/strategies/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Auth Strategy exports
|
||||
*/
|
||||
|
||||
export type { IAuthStrategy, IOAuthCallbackData } from './auth.strategy.interface.ts';
|
||||
export { OAuthStrategy } from './oauth.strategy.ts';
|
||||
export { LdapStrategy } from './ldap.strategy.ts';
|
||||
export { AuthStrategyFactory } from './strategy.factory.ts';
|
||||
Reference in New Issue
Block a user