Files
corteza/auth
Vivek Patel 69b65b5ae4 Fix test notification cli command
Also, addresses issue with SMTP_* env vars value, which were ignored on server startup.
2022-07-21 16:30:07 +05:30
..
2022-07-14 20:23:12 +02:00
2022-01-11 08:26:24 +01:00

= Corteza auth

.Main responsibilities:
 - Sign-up protocol
 - Local login via OAuth2 protocol
 - Password set, reset protocol
 - Email authentication protocol
 - Session management
 - Identity federation (login via external providers)
 - Support OAuth2 flows

== Development

=== Templates

All (golang) templates can be found under `assets/templates`.
You can also find `scenarios.yaml` with list of all templates and scenaris with data that renders auth screens in all possible situations.