29 Commits

Author SHA1 Message Date
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
2acf2ff2c3 feat: add start and end time query for audit logs 2022-08-19 11:34:41 +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
4fa8e53c53 fix(hanko-js): set cross-domain cookie when using the XMLHttpRequest API (#160)
* fix(hanko-js): set cross-domain cookie when using the XMLHttpRequest API
2022-08-03 13:44:13 +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
a17ead787c Merge pull request #109 from teamhanko/fix-password-validation
check min & max length of a password at login & set new password
2022-07-01 12:14:59 +02:00
df4cf27d20 Merge pull request #104 from teamhanko/make-email-case-insensitive
use always lowercase emails
2022-07-01 12:03:28 +02:00
972f02995c test: add test to show max length of bcrypt 2022-07-01 12:03:02 +02:00
bd50dea37e fix: check min & max length of a password before login & set new password 2022-06-30 16:47:08 +02:00
51bdf8f1f6 Merge branch 'main' into return-more-context-to-some-errors
# Conflicts:
#	backend/handler/passcode.go
2022-06-30 08:38:23 +02:00
ca71d641bf fix: use always lowercase emails 2022-06-29 17:33:29 +02:00
99d679bc1d fix(backend): correct webauthn authentication test 2022-06-27 17:21:18 +02:00
4fde8ca2e3 fix(backend): change /webauthn/finalize status codes 2022-06-27 17:21:18 +02:00
722647254d test: fix test 2022-06-27 15:13:07 +02:00
c4a36ca989 chore: add more context to some http errors 2022-06-27 14:49:09 +02:00
5e3608c33e test: add test to passcode max attempts error 2022-06-23 16:24:47 +02:00
0c5196eea1 fix: passcode max attempts are now enforced correctly 2022-06-23 16:04:16 +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
1fc1dbcb35 tests: fix tests 2022-06-13 16:24:28 +02:00
c67a27358b fix: get user object only for himself 2022-06-13 16:06:51 +02:00
80048acd8f refactor: move backend files to its own directory 2022-06-09 14:36:00 +02:00