Skip to content

web/flows: continuous login#19862

Merged
BeryJu merged 10 commits intomainfrom
flow-redirect-thing
Mar 4, 2026
Merged

web/flows: continuous login#19862
BeryJu merged 10 commits intomainfrom
flow-redirect-thing

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Jan 29, 2026

@BeryJu BeryJu requested review from a team as code owners January 29, 2026 19:34
@BeryJu BeryJu marked this pull request as draft January 29, 2026 19:34
@netlify
Copy link

netlify bot commented Jan 29, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 3f129ac
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/69a7ecafb615170008d03ff2
😎 Deploy Preview https://deploy-preview-19862--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 Jan 29, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 1c5c77d
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69a7ea9f9119380008689b2a
😎 Deploy Preview https://deploy-preview-19862--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 Jan 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.39%. Comparing base (0581c6a) to head (3f129ac).
⚠️ Report is 14 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19862      +/-   ##
==========================================
- Coverage   93.40%   93.39%   -0.01%     
==========================================
  Files         983      983              
  Lines       55473    55477       +4     
==========================================
  Hits        51814    51814              
- Misses       3659     3663       +4     
Flag Coverage Δ
conformance 37.69% <100.00%> (+0.05%) ⬆️
e2e 43.26% <100.00%> (-0.01%) ⬇️
integration 22.44% <20.00%> (+<0.01%) ⬆️
unit 91.54% <20.00%> (-0.01%) ⬇️
unit-migrate 91.63% <20.00%> (-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.

@netlify
Copy link

netlify bot commented Feb 2, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 1c5c77d
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69a7ea9f8f94ee0008550003
😎 Deploy Preview https://deploy-preview-19862--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.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 2, 2026

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-3f129ac83a99ce0b383282b68c6266d7afbd7b19
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-3f129ac83a99ce0b383282b68c6266d7afbd7b19

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

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

# Conflicts:
#	authentik/core/signals.py
#	authentik/stages/identification/stage.py
#	web/src/flow/stages/RedirectStage.ts

# Conflicts:
#	web/src/flow/FlowExecutor.ts
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu force-pushed the flow-redirect-thing branch from a5f17f2 to 7af0974 Compare February 19, 2026 00:48
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu marked this pull request as ready for review February 19, 2026 12:50
@BeryJu BeryJu changed the base branch from main to version-2026.2 March 4, 2026 08:13
@BeryJu BeryJu requested review from a team as code owners March 4, 2026 08:13
@BeryJu BeryJu changed the base branch from version-2026.2 to main March 4, 2026 08:15
@BeryJu BeryJu removed request for a team March 4, 2026 08:15
Signed-off-by: Jens Langhammer <jens@goauthentik.io>

# Conflicts:
#	web/src/flow/FlowExecutor.ts
@BeryJu BeryJu added the area:frontend Features or issues related to the browser, TypeScript, Node.js, etc label Mar 4, 2026
@BeryJu BeryJu added area:backend backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2 labels Mar 4, 2026
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu merged commit 6245809 into main Mar 4, 2026
103 of 105 checks passed
@BeryJu BeryJu deleted the flow-redirect-thing branch March 4, 2026 10:37
authentik-automation bot pushed a commit that referenced this pull request Mar 4, 2026
This cherry-pick has conflicts that need manual resolution.

Original PR: #19862
Original commit: 6245809
@authentik-automation
Copy link
Contributor

⚠️ Cherry-pick to version-2026.2 has conflicts: #20712

BeryJu added a commit that referenced this pull request Mar 4, 2026
…20712)

* Cherry-pick #19862 to version-2026.2 (with conflicts)

This cherry-pick has conflicts that need manual resolution.

Original PR: #19862
Original commit: 6245809

* fix conflict

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

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens L. <jens@goauthentik.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:backend area:frontend Features or issues related to the browser, TypeScript, Node.js, etc backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant