Skip to content

Conversation

@dominic-r
Copy link
Member

@dominic-r dominic-r commented Jan 29, 2026

Overview:

Add a dedicated button to copy just the TOTP secret from the configuration screen, in addition to the existing "Copy TOTP Config" button that copies the full otpauth://.

Testing:

Manual MFA creation and testing copy button

Screenshots:

(Ignore broken brand logo - due to another PR and havn't dev-reset yet)

image

Motivation:

Closes: #19298

Overview:

Add a dedicated button to copy just the TOTP secret from the configuration screen, in addition to the existing "Copy TOTP Config" button that copies the full otpauth://.

Testing:

Manual MFA creation and testing copy button

Motivation:

Closes: #19298
@dominic-r dominic-r self-assigned this Jan 29, 2026
@dominic-r dominic-r requested a review from a team as a code owner January 29, 2026 20:47
@dominic-r dominic-r added the area:frontend Features or issues related to the browser, TypeScript, Node.js, etc label Jan 29, 2026
@netlify
Copy link

netlify bot commented Jan 29, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 87d82c8
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/697bc74aba40940008f1194b
😎 Deploy Preview https://deploy-preview-19863--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.

@netlify
Copy link

netlify bot commented Jan 29, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 87d82c8
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/697bc74a4884190009371344
😎 Deploy Preview https://deploy-preview-19863--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.

@codecov
Copy link

codecov bot commented Jan 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.22%. Comparing base (fc8a67c) to head (87d82c8).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19863      +/-   ##
==========================================
- Coverage   93.26%   93.22%   -0.04%     
==========================================
  Files         968      968              
  Lines       53331    53331              
==========================================
- Hits        49737    49718      -19     
- Misses       3594     3613      +19     
Flag Coverage Δ
conformance 38.07% <ø> (+<0.01%) ⬆️
e2e 44.08% <ø> (+<0.01%) ⬆️
integration 22.87% <ø> (-0.05%) ⬇️
unit 91.40% <ø> (-0.02%) ⬇️
unit-migrate 91.44% <ø> (-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.

@github-actions
Copy link
Contributor

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-87d82c887c0f7d6e0aa3f87b9d9abe748a0e28f8
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-87d82c887c0f7d6e0aa3f87b9d9abe748a0e28f8

Afterwards, run the upgrade commands from the latest release notes.

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

Labels

area:frontend Features or issues related to the browser, TypeScript, Node.js, etc

2 participants