zitadel/internal/user/repository/view
Tim Möhlmann 2089992d75
feat(crypto): use passwap for machine and app secrets (#7657)
* feat(crypto): use passwap for machine and app secrets

* fix command package tests

* add hash generator command test

* naming convention, fix query tests

* rename PasswordHasher and cleanup start commands

* add reducer tests

* fix intergration tests, cleanup old config

* add app secret unit tests

* solve setup panics

* fix push of updated events

* add missing event translations

* update documentation

* solve linter errors

* remove nolint:SA1019 as it doesn't seem to help anyway

* add nolint to deprecated filter usage

* update users migration version

* remove unused ClientSecret from APIConfigChangedEvent

---------

Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-04-05 09:35:49 +00:00
..
model feat(oidc): token exchange impersonation (#7516) 2024-03-20 10:18:46 +00:00
query.go fix: reduce eventual consistency (#7075) 2023-12-14 11:07:47 +01:00
refresh_token_view.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
token_view.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
user_session_by_id.sql feat(crypto): use passwap for machine and app secrets (#7657) 2024-04-05 09:35:49 +00:00
user_session_view.go fix(auth): optimise user sessions (#7199) 2024-01-30 15:17:54 +00:00
user_sessions_by_user_agent.sql feat(crypto): use passwap for machine and app secrets (#7657) 2024-04-05 09:35:49 +00:00
user_view.go refactor: cleanup unused code (#7130) 2024-01-02 14:26:31 +00:00