zitadel/internal/api
Livio Amstutz 00220e9532
feat: passwordless registration (#2103)
* begin pw less registration

* create pwless one time codes

* send pwless link

* separate send and add passwordless link

* separate send and add passwordless link events

* custom message text for passwordless registration

* begin custom login texts for passwordless

* i18n

* i18n message

* i18n message

* custom message text

* custom login text

* org design and texts

* create link in human import process

* fix import human tests

* begin passwordless init required step

* passwordless init

* passwordless init

* do not return link in mgmt api

* prompt

* passwordless init only (no additional prompt)

* cleanup

* cleanup

* add passwordless prompt to custom login text

* increase init code complexity

* fix grpc

* cleanup

* fix and add some cases for nextStep tests

* fix tests

* Update internal/notification/static/i18n/en.yaml

* Update internal/notification/static/i18n/de.yaml

* Update proto/zitadel/management.proto

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

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

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

Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
2021-08-02 15:24:58 +02:00
..
assets feat: sentry integration (#1944) 2021-07-05 10:58:58 +02:00
authz fix: check allowed origins from calling and not called application (#2106) 2021-07-30 11:30:51 +02:00
grpc feat: passwordless registration (#2103) 2021-08-02 15:24:58 +02:00
http fix: do not cache api (incl. grpc) and http errors (#2088) 2021-07-28 13:19:44 +02:00
oidc fix(auth): improve sign out handling (#2030) 2021-07-19 15:12:00 +02:00
service fix(eventstore): tests 2020-11-26 09:19:14 +01:00
api.go fix: add sentry in ui, http and projection handlers (#1977) 2021-07-06 13:36:35 +02:00