zitadel/internal/user/repository/eventsourcing/model
Silvan 5a8cafcae5
fix: JWT Profile (#748)
* fix: correct env var for tracing type

* fix: local env tracing

* fix: key in detail as string

* fix: implement storage

* fix: machine key by id
fix: store public key as bytes instead of crypto value

* update oidc pkg

* dont check origins for service account tokens

* fix: scopes

* fix: dependencies

* fix: dependencies

* fix: remove unused code

* fix: variable naming

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2020-09-17 08:49:33 +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 feat: add auth command side (#107) 2020-05-18 12:06:36 +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
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
types.go test: machine (#683) 2020-09-15 15:04:02 +02:00
user_human_test.go test: machine (#683) 2020-09-15 15:04:02 +02:00
user_human.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +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: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00