34 Commits

Author SHA1 Message Date
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
d81c8f9a74 feat: check webauthn session data expiry 2023-08-04 09:30:48 +02:00
7ae10a4c4d fix: don't set cookie when jwt is set in header 2023-07-26 11:45:11 +02:00
e7dc097baf feat: make user verification configurable, preferred as default 2023-07-20 17:53:24 +02:00
00a5de727b Merge branch 'main' into fix-audit-logger-improvements
# Conflicts:
#	backend/handler/webauthn.go
2023-07-05 14:28:49 +02:00
bfd073013a fix: create audit logs with transaction where useful 2023-07-04 10:48:59 +02:00
f762393cc3 fix: return shadowed error 2023-07-03 09:16:08 +02:00
b59709d369 refactor: use echo.HTTPError instead of redundant own type. This way the prometheus mw shoul register the correct error codes. 2023-06-19 14:48:45 +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
500cc4e064 fix: remove manual settings of allowed headers 2023-03-09 12:00:13 +01:00
a820ccd3bb try: comment out Acces-Control-Expose-Header 2023-03-09 11:53:46 +01:00
55fafdb988 fix: Remove Deprecated Origin Field. Use Origins instead. BREAKING CHANGE 2023-03-08 11:58:19 +01:00
b97f051009 Feat: display last used time of WebAuthn credentials (#600)
* display last used time of the webauthn credentials
2023-02-27 10:52:52 +01:00
02fa21f007 fix: fix memory aliasing in for loop 2023-02-07 09:22:01 +01:00
d4aa9c86b9 feat: store webauthn credential backup info 2023-02-06 14:00:47 +01:00
ca62cf421f feat: introduce hanko profile element and related api changes (#495)
* feat: introduce hanko profile element and related api changes
2023-01-25 10:55:23 +01:00
60fe35692c feat: add config option to add multiple webauthn rp origins 2022-12-14 10:38:43 +01:00
1f6edcf6de feat: remove platform attachment requirement on registration 2022-11-23 14:57:36 +01:00
6dfbd68896 Merge branch 'main' into add-audit-logs
# Conflicts:
#	backend/go.mod
#	backend/go.sum
2022-10-13 08:49:20 +02:00
b20582ecbe fix(hanko-frontend-sdk): access X-Auth-Token header during cross-doma… (#251)
* fix(hanko-frontend-sdk): access X-Auth-Token header during cross-domain operations only
2022-10-12 18:07:29 +02:00
b73067b07e chore: rename audit log client 2022-09-27 09:51:13 +02:00
d71c0aa42a chore: rename some audit log types 2022-09-12 11:46:52 +02:00
f02bccb685 feat: add audit logs 2022-08-18 16:53:34 +02:00
77cfcc7f8c fix: remove transports at webauthn login 2022-08-04 12:22:42 +02:00
53c708a163 Merge pull request #153 from teamhanko/fix-android-webauthn-login
fix: fix webauthn login when userHandle is empty
2022-08-01 09:54:23 +02:00
067ca8d755 feat: handle auth-token header and create cross domain cookies (#135)
feat: handle auth-token header and create cross domain cookies
2022-07-28 14:35:44 +02:00
9e2c5e3c27 chore: remove comments
Co-authored-by: lfleischmann <67686424+lfleischmann@users.noreply.github.com>
2022-07-28 08:44:37 +02:00
1a73549448 fix: fix webauthn login when userHandle is empty 2022-07-26 15:25:07 +02:00
e0b51e4df5 Feat: android support (#145)
* chore(backend): use 'ResidentKeyRequirementPreferred' during credential registration
* chore(hanko-js): hide passkey button on android
2022-07-21 09:58:57 +02:00
de2ad1a7fd Feat handle allowed credentials and transports (#131)
* feat(backend): handle allowed credentials and transports 
* feat(hanko-js): conditionally trigger webauthn on email login
2022-07-19 11:51:17 +02:00
4fde8ca2e3 fix(backend): change /webauthn/finalize status codes 2022-06-27 17:21:18 +02:00
4de446475f fix: fix module path 2022-06-21 12:36:11 +02:00
3e46664406 feat: improve error logging 2022-06-15 17:24:54 +02:00
80048acd8f refactor: move backend files to its own directory 2022-06-09 14:36:00 +02:00