zitadel/internal/user/repository/eventsourcing/model
Tim Möhlmann 4589ddad4a
feat: integrate passwap for human user password hashing (#6196)
* feat: use passwap for human user passwords

* fix tests

* passwap config

* add the event mapper

* cleanup query side and api

* solve linting errors

* regression test

* try to fix linter errors again

* pass systemdefaults into externalConfigChange migration

* fix: user password set in auth view

* pin passwap v0.2.0

* v2: validate hashed password hash based on prefix

* resolve remaining comments

* add error tag and translation for unsupported hash encoding

* fix unit test

---------

Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-07-14 09:49:57 +03:00
..
address_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
address.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
auth_request.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
email_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
email.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
external_idp_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
external_idp.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
otp_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
otp.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
password_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
password.go feat: integrate passwap for human user password hashing (#6196) 2023-07-14 09:49:57 +03:00
phone_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
phone.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
profile_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
profile.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
token.go feat(database): support for postgres (#3998) 2022-08-31 07:52:43 +00:00
user_human.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_machine.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
web_auth_n_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
web_auth_n.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00