3
0
Denis Arh b61fb170bf Add id_token in auth token request
ID token carries personal information about end-users that authenticate on an OpenID Connect flow.
2022-01-20 10:11:44 +01:00
..
2021-10-27 15:56:42 +02:00
2022-01-18 21:50:18 +01:00
2022-01-20 10:11:44 +01:00
2022-01-11 08:26:24 +01:00
2022-01-20 10:11:44 +01:00
2022-01-20 10:11:44 +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.