Skip to content

revert: web/flow: cleanup WebAuthn helper functions (#14460)"#15172

Merged
BeryJu merged 1 commit intomainfrom
web/revert-webauthn-cleanup
Jun 20, 2025
Merged

revert: web/flow: cleanup WebAuthn helper functions (#14460)"#15172
BeryJu merged 1 commit intomainfrom
web/revert-webauthn-cleanup

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Jun 20, 2025

This reverts commit e86c40a.

Signed-off-by: Jens Langhammer jens@goauthentik.io

Conflicts:

web/package-lock.json

Details

While the Original PR included a polyfill for browsers, it seems that various password manager extensions don't implement toJSON correctly or at all which causes things to break. There's also issues on firefox

See aws-samples/amazon-cognito-passwordless-auth#94
See bitwarden/clients#12060

Revert for now as the previous method still worked just fine.


Checklist

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

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

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

This reverts commit e86c40a.

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

# Conflicts:
#	web/package-lock.json
@BeryJu BeryJu requested a review from a team as a code owner June 20, 2025 11:56
@netlify
Copy link

netlify bot commented Jun 20, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 0661a5f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68554c89d05a5300083dbb78
😎 Deploy Preview https://deploy-preview-15172--authentik-integrations.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 Jun 20, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 0661a5f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68554c89d9f4aa0008e637df
😎 Deploy Preview https://deploy-preview-15172--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

netlify bot commented Jun 20, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 0661a5f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68554c8c6a04280008f721f7
😎 Deploy Preview https://deploy-preview-15172--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

codecov bot commented Jun 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.80%. Comparing base (90c5b5c) to head (0661a5f).
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #15172   +/-   ##
=======================================
  Coverage   92.79%   92.80%           
=======================================
  Files         822      822           
  Lines       42374    42384   +10     
=======================================
+ Hits        39323    39334   +11     
+ Misses       3051     3050    -1     
Flag Coverage Δ
e2e 47.69% <ø> (-0.02%) ⬇️
integration 24.36% <ø> (-0.01%) ⬇️
unit 90.70% <ø> (+<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.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@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-0661a5f827d5bc9c68ccf4d4a8fc76fb424de7ef
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-0661a5f827d5bc9c68ccf4d4a8fc76fb424de7ef

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

@BeryJu BeryJu merged commit c77a54d into main Jun 20, 2025
108 checks passed
@BeryJu BeryJu deleted the web/revert-webauthn-cleanup branch June 20, 2025 13:01
cavefire pushed a commit to cavefire/authentik that referenced this pull request Jun 24, 2025
…" (goauthentik#15172)

Revert "web/flow: cleanup WebAuthn helper functions (goauthentik#14460)"

This reverts commit e86c40a.

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

# Conflicts:
#	web/package-lock.json
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.

2 participants