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

About {{ site_name }}

{{ site_name }} is a SMART on FHIR SSO proxy designed to facilitate secure app integration with FHIR servers.

Features
  • Secure OAuth2 authorization flows with PKCE support.
  • App gallery for managing registered applications.
  • Proxy FHIR API requests to backend servers.
  • Light and dark theme support.

Built with Flask, Bootstrap, and Authlib. Learn more about SMART on FHIR at HL7 SMART on FHIR.

Back to Home
{% endblock %}