-
-
Notifications
You must be signed in to change notification settings - Fork 997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stages/authenticator_email: Email OTP #12630
base: main
Are you sure you want to change the base?
stages/authenticator_email: Email OTP #12630
Conversation
✅ Deploy Preview for authentik-docs canceled.
|
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12630 +/- ##
==========================================
+ Coverage 92.69% 92.79% +0.09%
==========================================
Files 769 776 +7
Lines 38926 39406 +480
==========================================
+ Hits 36083 36567 +484
+ Misses 2843 2839 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…e AuthenticatorEmailStageForm.ts
@rissson I pushed the generated |
Yes, that's the way to go about it |
…henticatorEmailStage in tasks.py
…henticator Email stage UI
…cator_email.tasks, delete authentik.stages.authenticator_email.tasks
…'s a default" This reverts commit 3825248.
…alidator where necessary to process the change
…tage Configuration
…activated for better UX
…enge response validation
…ts/tests/test_models.py::TestModels, add tests for the new __str__ method
Signed-off-by: Marcelo Elizeche Landó <marce@melizeche.com>
…atorEmailStage, add test for email tasks
…che/authentik into feature/stage_authenticator_email
… if use global settings is on
Details
stages/authenticator_email: Add Email Authenticator Stage
Introduces a new authentication stage that enables email-based two-factor authentication. This stage:
closes #3291
Documentation PR: #12853
Checklist
ak test authentik/
)make lint-fix
)If an API change has been made
make gen-build
)If changes to the frontend have been made
make web
)If applicable
make website
)