{% extends "base.html" %} {% block title %}{{ action }} OAuth Client - Mock API Admin{% endblock %} {% block content %}
Configure an OAuth 2.0 client registration.
Client ID and secret will be generated automatically upon creation. The secret will be shown only once – store it securely.
Must be absolute URIs with scheme http:// or https://. The redirect URI used in authorization requests must match exactly.
Client secrets are hashed using bcrypt before storage. Never expose secrets in logs or client‑side code.