121 Commits

Author SHA1 Message Date
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
69d8ec1244 Merge pull request #885 from teamhanko/feat-let-cookie-name-be-changed
Feat let cookie name be changed
2023-07-10 09:30:44 +02:00
ad6ac82ada Merge branch 'main' into feat-let-cookie-name-be-changed
# Conflicts:
#	frontend/elements/README.md
#	frontend/elements/src/Elements.tsx
2023-07-06 13:56:50 +02:00
00a5de727b Merge branch 'main' into fix-audit-logger-improvements
# Conflicts:
#	backend/handler/webauthn.go
2023-07-05 14:28:49 +02:00
8ff8d9beea Merge pull request #873 from teamhanko/test-improve-passcode-handler-tests
test: improve passcode handler tests
2023-07-05 12:16:33 +02:00
6daa774fce Merge pull request #884 from teamhanko/feat-add-cache-control-to-jwks
feat: add cache control header when returning jwks.json
2023-07-05 12:15:22 +02:00
bfd073013a fix: create audit logs with transaction where useful 2023-07-04 10:48:59 +02:00
f944abcd63 feat(backend): let cookie name be configurable through config 2023-07-03 15:14:57 +02:00
744d5fddc8 test: update well-known handler test 2023-07-03 09:51:34 +02:00
a07b130347 feat: add cache control header when returning jwks.json 2023-07-03 09:45:59 +02:00
f762393cc3 fix: return shadowed error 2023-07-03 09:16:08 +02:00
e05b2291e9 test: improve passcode handler tests 2023-06-28 10:23:09 +02:00
0953d6a65f test: use test suite for well known tests 2023-06-27 10:20:28 +02:00
fd0444af46 Merge pull request #842 from teamhanko/test-improve-password-tests
test: improve password handler test
2023-06-20 16:36:58 +02:00
2e7b80b188 test: run password handler test in parallel
Co-authored-by: Felix B. Bause <felix.bause@hanko.io>
2023-06-20 15:51:03 +02:00
086333d7f3 refactor: speed up tests, maybe? 2023-06-19 14:57:16 +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
db7c79c3da test: improve password handler test 2023-06-13 14:09:07 +02:00
d292bdac46 test: fix test 2023-06-12 15:11:36 +02:00
683957c4a8 Merge branch 'main' into dependabot/go_modules/backend/github.com/labstack/echo-contrib-0.15.0 2023-06-12 08:17:21 +02:00
78c8067299 feat: switch deprecated prometheus middleware with new echoprometheus middleware 2023-06-12 08:16:38 +02:00
17fd70a7e8 test: fix webauthn test 2023-06-05 16:28:52 +02:00
dcc40f2526 Merge branch 'main' into test-improve-webauthn-test 2023-06-05 16:24:04 +02:00
0e3820166c test: fix build 2023-06-05 11:20:32 +02:00
8f091323c2 test: fix tests 2023-06-01 16:04:07 +02:00
f192b001b2 fix: fix issue with login 2023-06-01 15:03:13 +02:00
ca5aa5ab32 fix: fix issue with adding emails 2023-06-01 15:02:04 +02:00
922147ce83 fix: tests now passing again. 2023-05-31 13:44: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
3cdcfc10a9 test: remove unnecessary string formats 2023-05-31 12:05:01 +02:00
b6da9902d5 test: improve webauthn handler test 2023-05-31 11:42:05 +02:00
34edf605bb Merge pull request #786 from teamhanko/test-improve-email-handler-tests
test: update email handler tests
2023-05-31 10:39:33 +02:00
7714ba1b0d test: use testify methods for test arrays 2023-05-31 09:55:25 +02:00
4b90b70084 test: use test errors instead of panic 2023-05-30 16:02:51 +02:00
404c736f77 Improve custom events and update example apps (#768) 2023-05-30 13:37:30 +02:00
e788c4433d fix: tests 2023-05-26 13:40:24 +02:00
df520f646c fix: build 2023-05-26 11:56:41 +02:00
b858fa0fa3 test: update email handler tests 2023-05-15 10:32:53 +02:00
830837f8b0 Merge pull request #758 from teamhanko/fix-only-return-users-with-email
Fix only return users with email
2023-05-03 08:27:46 +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
49bcde2337 test: rework user admin handler test 2023-04-26 16:44:53 +02:00
3a8f171596 Merge remote-tracking branch 'origin/main' into feat-simplify-config 2023-04-12 17:50:37 +02:00
b9a38de538 test: update tests 2023-04-12 16:41:50 +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
332f73dbd0 fix: fix merge conflicts. adapt to thirdparty-x-domain pr 2023-04-12 09:46:20 +02:00
f02e6c6790 feat: social login in a cross domain setting 2023-04-11 16:41:12 +02:00
3e2ae1453c test: fix logout test 2023-04-03 09:49:14 +02:00