zitadel/internal/api/grpc
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
..
admin feat: passwordless registration (#2103) 2021-08-02 15:24:58 +02:00
auth feat: passwordless registration (#2103) 2021-08-02 15:24:58 +02:00
authn fix: converters (#1413) 2021-03-12 14:06:05 +01:00
change fix(console): remove cropper, set avatar url if available (#1865) 2021-06-14 13:53:40 +02:00
client/middleware fix(tracing): from opencensus to opentelemetry (#937) 2020-11-20 07:57:39 +01:00
errors fix(tracing): from opencensus to opentelemetry (#937) 2020-11-20 07:57:39 +01:00
features feat: Privacy policy (#1957) 2021-07-05 10:36:51 +02:00
idp fix: remove oauth endpoints from oidc config proto (#2014) 2021-07-13 16:06:17 +02:00
management feat: passwordless registration (#2103) 2021-08-02 15:24:58 +02:00
member fix: add avatar url in members, user grants, session and oidc responses (#1852) 2021-06-11 13:20:39 +02:00
object fix: some backend bugs (#1438) 2021-03-19 18:46:26 +01:00
org fix: new es fix (#1532) 2021-04-06 16:03:07 +02:00
policy feat: Privacy policy (#1957) 2021-07-05 10:36:51 +02:00
project feat: add additional origins on applications (#1691) 2021-05-19 09:17:38 +02:00
server fix: check allowed origins from calling and not called application (#2106) 2021-07-30 11:30:51 +02:00
text feat: passwordless registration (#2103) 2021-08-02 15:24:58 +02:00
user fix: add avatar url in members, user grants, session and oidc responses (#1852) 2021-06-11 13:20:39 +02:00
config.go remove pointers on configs 2020-03-27 13:57:16 +01:00
header_test.go feat: port reduction (#323) 2020-07-08 13:56:37 +02:00
header.go fix: cors (#621) 2020-08-24 10:06:55 +02:00
probes.go feat: add tracing interceptors to login and oidc (#764) 2020-10-21 10:18:34 +02:00