API Reference¶
This section documents the internal Python API of the SuperSaaS Auth Connector. Most users only need to interact with the application via environment variables — see the Configuration page.
Application (sac.app)¶
sac.app
¶
Main application file for the SuperSaaS authentication connector.
catchall_page(_)
¶
logout_redirect(_)
¶
main()
¶
Run the application with Uvicorn.
Source code in sac/app.py
supersaas_redirect(request)
¶
Create user in SuperSaaS if not exists and redirect to SuperSaaS login URL.
Source code in sac/app.py
Settings (sac.settings)¶
sac.settings
¶
Settings for the SuperSaaS Auth Connector application.