Commit Graph
12 Commits
Author SHA1 Message Date
Denis Arh 691e3e2900 Fix session & cookie exp. setting logic
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.
2022-05-24 10:46:21 +02:00
Denis Arh 46675080fe Another set of after-update JWT fixes 2022-01-19 14:55:33 +01:00
Denis Arh 59ec77e204 Refactor JWT implementation 2022-01-18 21:50:18 +01:00
Denis Arh 98eda7d474 Fix broken auth tests, optimize how locale is passed on 2021-09-18 05:57:42 +02:00
Peter Grlica bb1043181c Added SAML service 2021-05-18 08:07:50 +02:00
Denis Arh 64c9b664df Added messagebus, generated store files, workflow triggers 2021-04-21 10:19:50 +02:00
Denis Arh f16bd31109 Reconfigure log & make auth more robust 2021-04-02 11:38:28 +02:00
Denis Arh 4c57c4a7b6 Failsafe for unexisting user meta 2021-03-27 16:11:25 +01:00
Denis Arh 1c3e3078b2 Clear KV from session after showing it to user 2021-03-20 17:54:48 +01:00
Peter Grlica 6de0424b9f Added auth tests 2021-03-12 13:15:36 +01:00
Denis Arh cbc5034e8f Add support for MFA 2021-03-07 18:58:16 +01:00
Denis Arh 53be013377 Implement new auth UI, deprecate auth API endpoints 2021-02-23 07:34:10 +01:00