Customizing Authentication
You can modify the default behavior of the Authority authentication system by extending the authentication logic.
Custom OAuth Providers
To add a custom OAuth provider, modify the OAuth::Client
configuration in the src/auth.cr
file:
This allows you to connect to other OAuth providers or implement custom authentication logic.
Last updated