feat(federation): escape LIKE special characters in originDomain to prevent wildcard injection
feat(oauth): redirect with token in hash fragment to avoid exposure in logs
feat(OAuthCallback): retrieve token from hash fragment for improved security
- Added OAuth configuration management in the admin panel.
- Implemented OAuth authorization flow with PKCE for enhanced security.
- Created routes for handling OAuth provider discovery, authorization, and callback.
- Integrated OAuth login and registration options in the frontend.
- Updated UI components to support OAuth login and registration.
- Added internationalization strings for OAuth-related messages.
- Implemented encryption for client secrets and secure state management.
- Added error handling and user feedback for OAuth processes.