zitadel/internal/user/repository/eventsourcing/model
Fabi 265b491696
feat: tokens on user aggregate (#837)
* fix: fix remove policies in spoolers

* fix: reread of token by id

* fix: update oidc package

* fix: possible nil pointer on token split

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2020-10-15 13:52:41 +02:00
..
address_test.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
address.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
auth_request.go fix: user session with external login (#797) 2020-10-02 08:02:09 +02:00
email_test.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
email.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
external_idp_test.go feat: Identity brokering (#730) 2020-09-18 13:26:28 +02:00
external_idp.go feat: Identity brokering (#730) 2020-09-18 13:26:28 +02:00
mfa_test.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
mfa.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
password_test.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
password.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
phone_test.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
phone.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
profile_test.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
profile.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
token.go feat: tokens on user aggregate (#837) 2020-10-15 13:52:41 +02:00
types.go feat: tokens on user aggregate (#837) 2020-10-15 13:52:41 +02:00
user_human_test.go test: machine (#683) 2020-09-15 15:04:02 +02:00
user_human.go feat: Identity brokering (#730) 2020-09-18 13:26:28 +02:00
user_machine.go fix: JWT Profile (#748) 2020-09-17 08:49:33 +02:00
user_test.go test: machine (#683) 2020-09-15 15:04:02 +02:00
user.go feat: remove user (#812) 2020-10-07 08:16:42 +02:00