18 Commits

Author SHA1 Message Date
a35725c69c Merge branch 'main' into fix/1027-improve-passkey-naming 2024-01-31 14:00:58 +01:00
97ba5cff99 1030 - Refactor SMTP settings to be outside of passcode config (#1121)
* 1030 - Refactor SMTP settings to be outside of passcode config

* Backwards compatibility of SMTP settings

* Do not error if root smtp and passcode smtp are defined. Log warning instead

* Update warning message
2024-01-30 09:34:10 +01:00
097569ad8b chore(passkeys): change naming of aaguid map to authenticator metadata
Closes: #1027
2024-01-29 09:43:21 +01:00
ce7a6f1971 improve(passkeys): improve passkey naming
* add cmd flag for loading aaguid-map file
* add aaguid mapper for better passkey naming
* bundle aaguid file in docker container
* refactor file loading to reuse in multiple occasions

Closes: #1027
2024-01-29 09:43:21 +01:00
724013e56d feat(saml): implement enterprise saml feature
Co-authored-by: Stefan Jacobi <stefan.jacobi@adesso.de>
2023-10-18 10:50:58 +02:00
dd4fa7c80b fix: public router adhere to LogHealthAndMetrics option
In contrast to the admin routes, the public router does not disable logging on the health endpoints.
This change alters the behaviour of the public router to be in line with the admin router.
2023-09-12 13:41:59 +02:00
1ba2ab1d89 feat: add status page 2023-08-14 10:17:23 +02:00
f944abcd63 feat(backend): let cookie name be configurable through config 2023-07-03 15:14:57 +02:00
78c8067299 feat: switch deprecated prometheus middleware with new echoprometheus middleware 2023-06-12 08:16:38 +02:00
44248c3145 Merge pull request #780 from teamhanko/feat-add-iss-claim
Feat add iss and aud claims
2023-05-31 13:32:50 +02:00
404c736f77 Improve custom events and update example apps (#768) 2023-05-30 13:37:30 +02:00
df520f646c fix: build 2023-05-26 11:56:41 +02:00
fdf665eabb Session events (#725)
* feat(frontend-sdk): introduce events
* feat(elements): change hanko-elements register function
2023-04-28 14:14:47 +02:00
fb67693a88 feat(thirdparty): sign in with apple 2023-04-28 13:31:12 +02:00
3a8f171596 Merge remote-tracking branch 'origin/main' into feat-simplify-config 2023-04-12 17:50:37 +02:00
cb272a829a Merge branch 'main' into test-improve-integration-tests
# Conflicts:
#	backend/handler/public_router.go
2023-04-12 16:13:07 +02:00
62c0595858 test: change user handler tests to use router 2023-03-31 12:09:06 +02:00
afdfa4ad7d test: start integration improvement 2023-03-31 09:00:16 +02:00