Ensures that cookies on non-permanent login are set without max-age to ensure removal when browser/tab is closed. Sessions stored in the database are now updated and expiration value slides forward in time with every activity from the user.
= 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.