Skip to content

web: merge MFA devices and tokens into unified Credentials tab#21705

Open
bkoragan wants to merge 1 commit intogoauthentik:mainfrom
bkoragan:web/credentials-tab-21637
Open

web: merge MFA devices and tokens into unified Credentials tab#21705
bkoragan wants to merge 1 commit intogoauthentik:mainfrom
bkoragan:web/credentials-tab-21637

Conversation

@bkoragan
Copy link
Copy Markdown
Contributor

Fixes #21637

Details

  • Merges the separate "MFA Devices" and "Tokens and App passwords" tabs into a single "Credentials" tab on the user settings page
  • Users can now view and manage all credentials (MFA authenticators, API tokens, and app passwords) in one place
  • Updates MFA enrollment redirect to point to the new tab

Fixes #21637

Checklist

  • [ X] Local tests pass (ak test authentik/)
  • [X ] The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema and clients have been updated (make gen)

If changes to the frontend have been made

  • [ X] The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make docs)

Combines the separate "MFA Devices" and "Tokens and App passwords"
tabs into a single "Credentials" tab on the user settings page,
so users can manage all credentials from one place.

Fixes goauthentik#21637

Signed-off-by: Bapuji Koraganti <bapuk.2008@gmail.com>
@bkoragan bkoragan requested a review from a team as a code owner April 20, 2026 01:46
@netlify
Copy link
Copy Markdown

netlify bot commented Apr 20, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 3932bbb
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/69e585892814c1000778a09a
😎 Deploy Preview https://deploy-preview-21705--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify bot commented Apr 20, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 3932bbb
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69e585883460fd0008cf5a35
😎 Deploy Preview https://deploy-preview-21705--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.18%. Comparing base (915b5a7) to head (3932bbb).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #21705      +/-   ##
==========================================
- Coverage   92.22%   92.18%   -0.05%     
==========================================
  Files        1034     1034              
  Lines       59987    59987              
  Branches     2695     2695              
==========================================
- Hits        55322    55297      -25     
- Misses       4594     4617      +23     
- Partials       71       73       +2     
Flag Coverage Δ
conformance 36.99% <ø> (+<0.01%) ⬆️
e2e 42.90% <ø> (ø)
integration 33.87% <ø> (-0.05%) ⬇️
rust 60.55% <ø> (-0.08%) ⬇️
unit 91.93% <ø> (+<0.01%) ⬆️
unit-migrate 92.02% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add user tokens and app passwords to user credential page

1 participant