Files
corteza/auth
Vivek Patel a9729c30cc Fixes unauthorized access
Fetches existing accessToken using refreshToken when refreshing webapp or opening new tab if that fails we generate new accessToken along with refreshToken
2021-09-28 15:00:12 +05:30
..
2021-09-27 17:02:58 +02:00
2021-09-28 15:00:12 +05:30
2021-09-22 11:25:16 +02:00
2021-09-12 12:49:34 +05:30
2021-09-28 15:00:12 +05:30

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