3
0
corteza/server/auth/README.adoc
2022-11-14 09:26:39 +01:00

18 lines
493 B
Plaintext

= 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.