zitadel/internal/crypto
Livio Spring 7c494fd219
feat(login): add OTP (email and sms) (#6353)
* feat: login with otp

* fix(i18n): japanese translation

* add missing files

* fix provider change

* add event types translations to en

* add tests

* resourceOwner

* remove unused handler

* fix: secret generators and add comments

* add setup step

* rename

* linting

* fix setup

* improve otp handling

* fix autocomplete

* translations for login and notifications

* translations for event types

* changes from review

* check selected mfa type
2023-08-15 12:47:05 +00:00
..
database chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
file chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
aes_test.go add multi files config test and some more 2020-03-30 11:44:17 +02:00
aes.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
bcrypt.go improve some functions 2020-03-30 09:28:00 +02:00
code_mock.go add multi files config test and some more 2020-03-30 11:44:17 +02:00
code_mocker.go feat(login): add OTP (email and sms) (#6353) 2023-08-15 12:47:05 +00:00
code_test.go feat(api): add password reset and change to user service (#6036) 2023-06-20 17:34:06 +02:00
code.go feat(api): add password reset and change to user service (#6036) 2023-06-20 17:34:06 +02:00
crypto_mock.go improve some functions 2020-03-30 09:28:00 +02:00
crypto_test.go improve some functions 2020-03-30 09:28:00 +02:00
crypto.go feat: integrate passwap for human user password hashing (#6196) 2023-07-14 09:49:57 +03:00
generate.go refactor crypto tests 2020-03-30 11:26:02 +02:00
key_storage.go feat: encryption keys in database (#3265) 2022-03-14 07:55:09 +01:00
key.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
passwap_test.go feat(crypto): add pbkdf2 support (#6303) 2023-08-02 11:27:18 +00:00
passwap.go feat(crypto): add pbkdf2 support (#6303) 2023-08-02 11:27:18 +00:00
rsa.go feat(saml): implementation of saml for ZITADEL v2 (#3618) 2022-09-12 18:18:08 +02:00