API-Explorer-II/server
simonredfern e701522734 Fix TypeScript compilation errors in multi-provider implementation
- Fix OAuth2ClientWithConfig to properly extend arctic OAuth2Client
- Rename methods to avoid base class conflicts (exchangeAuthorizationCode, refreshTokens)
- Fix OAuth2ProviderManager to use OBPClientService.get() correctly
- Fix iteration over Map entries to avoid downlevelIteration issues
- Update OAuth2ConnectController with correct method signatures
- Fix redirect URI access via getRedirectUri() method
2026-01-14 13:00:45 +01:00
..
controllers Fix TypeScript compilation errors in multi-provider implementation 2026-01-14 13:00:45 +01:00
middlewares ES modules 2025-12-11 20:44:07 +01:00
schema change naming of opeyConsent to obpConsent 2025-03-17 14:58:42 +00:00
services Fix TypeScript compilation errors in multi-provider implementation 2026-01-14 13:00:45 +01:00
test ES modules 2025-12-11 20:44:07 +01:00
types Add multi-OIDC provider backend services 2026-01-14 13:00:45 +01:00
utils Phase 1: Implement OAuth2/OIDC core infrastructure 2025-11-29 19:53:41 +01:00
app.ts Add multi-OIDC provider controllers and update app initialization 2026-01-14 13:00:45 +01:00