3
0
Denis Arh 1d59a3acf2 Allow custom URL prefix for all corteza endpoints
Add new env. variables and options
 - HTTP_BASE_URL to control URL prefix, defaults to /
 - HTTP_SSL_TERMINATED to explicitly set if Corteza is running behind HTTPS
Refresh and document webapp/Makefile with more dev tasks
Fix all absolute URLs in applications, logos, icons
Improve logic behind integrated webapp serving, inject/replace <base href> tag according to URL prefix
Prevent mounting api & webapps to the same base
2021-05-09 16:47:19 +02:00
..
2021-03-07 18:58:16 +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.