zitadel/internal/auth/repository
Fabi f80367b49a
feat: register org process (#558)
* feat: register new organisation

* feat: create org request in management

* fix: tests

* Update internal/ui/login/static/i18n/en.yaml

Co-authored-by: Livio Amstutz <livio.a@gmail.com>

* Update internal/ui/login/static/i18n/de.yaml

Co-authored-by: Livio Amstutz <livio.a@gmail.com>

* Update internal/ui/login/static/templates/register_org.html

Co-authored-by: Livio Amstutz <livio.a@gmail.com>

* Update internal/ui/login/handler/register_org_handler.go

Co-authored-by: Livio Amstutz <livio.a@gmail.com>

* Update internal/ui/login/handler/register_org_handler.go

Co-authored-by: Livio Amstutz <livio.a@gmail.com>

* fix: remove autocomplete

* fix: regenerate proto

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2020-08-06 14:38:19 +02:00
..
eventsourcing feat: register org process (#558) 2020-08-06 14:38:19 +02:00
application.go feat: Login, OP Support and Auth Queries (#177) 2020-06-05 07:50:04 +02:00
auth_request.go fix: improvements for login and oidc (#227) 2020-06-17 08:06:40 +02:00
iam.go feat: Login, OP Support and Auth Queries (#177) 2020-06-05 07:50:04 +02:00
key.go feat: Login, OP Support and Auth Queries (#177) 2020-06-05 07:50:04 +02:00
org.go feat: register org process (#558) 2020-08-06 14:38:19 +02:00
policy.go feat: add get my password policy (#346) 2020-07-06 15:35:20 +02:00
repository.go feat: register org process (#558) 2020-08-06 14:38:19 +02:00
token.go feat: Login, OP Support and Auth Queries (#177) 2020-06-05 07:50:04 +02:00
user_grant.go fix: return authorizations on userinfo (#420) 2020-07-09 14:05:12 +02:00
user_session.go feat: Login, OP Support and Auth Queries (#177) 2020-06-05 07:50:04 +02:00
user.go feat: remove phone (#349) 2020-07-06 15:48:24 +02:00