{% extends "base.html" %} {% block title %}OAuth Providers - {{ app_name }}{% endblock %} {% block content %}
Configure OAuth authentication providers for user signup and login.
| Provider | Status | Client ID | Scopes | Actions |
|---|---|---|---|---|
|
Loading...
Loading providers...
|
||||
Configure these callback URLs in your OAuth provider applications:
| Provider | Callback URL |
|---|---|
{{ request.host_url }}api/oauth/callback/google |
|
{{ request.host_url }}api/oauth/callback/facebook |
|
| Discord | {{ request.host_url }}api/oauth/callback/discord |
| GitHub | {{ request.host_url }}api/oauth/callback/github |