{% extends "base.html" %} {% block title %}Security Settings - {{ site_name }}{% endblock %} {% block content %}

Security Settings

Security Features
  • Client Secret Hashing: Enabled (uses PBKDF2-SHA256)
  • PKCE Support: Enabled (S256 method supported)
  • Token Expiration: Access tokens expire in 3600 seconds (1 hour)

Security settings are managed via application configuration. Contact the administrator to modify these settings.

Back to Home
{% endblock %}