19 Commits

Author SHA1 Message Date
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