zitadel/internal/auth/repository
Livio Spring 7dfa1925cc
feat: restrict login to specific org by id (scope) (#4294)
* feat: add new org scope

* change default of UserLoginMustBeDomain to false

* return resource owner claims

* fix: use email style for first user

* fix: ensure email style for default users (backwards compatibility)

* change to external domain (as it was before UserLoginMustBeDomain change)

* update e2e tests to use email style usernames

* document new scope

* lint e2e

Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com>
2022-09-23 12:08:10 +00:00
..
eventsourcing feat: restrict login to specific org by id (scope) (#4294) 2022-09-23 12:08:10 +00:00
auth_request.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
refresh_token.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
repository.go fix: move activity log to queries and remove old code (#3096) 2022-01-26 10:16:33 +01:00
token.go fix(auth): always get token by id and user id (#4371) 2022-09-15 12:59:40 +00:00
user_session.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user.go fix: change to repository event types and removed unused code (#3386) 2022-03-31 11:36:26 +02:00