Skip to content

stages/email: add test with expired token#21088

Open
rissson wants to merge 1 commit intomainfrom
add-test-email-stage-expired-token
Open

stages/email: add test with expired token#21088
rissson wants to merge 1 commit intomainfrom
add-test-email-stage-expired-token

Conversation

@rissson
Copy link
Member

@rissson rissson commented Mar 23, 2026

Details

REPLACE ME


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 docs)

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson self-assigned this Mar 23, 2026
@rissson rissson requested a review from a team as a code owner March 23, 2026 14:36
@rissson rissson moved this to Needs review in authentik Core Mar 23, 2026
@netlify
Copy link

netlify bot commented Mar 23, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 83b38ba
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69c14fd58002a300087a85db
😎 Deploy Preview https://deploy-preview-21088--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 Mar 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.76%. Comparing base (197cde8) to head (83b38ba).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #21088      +/-   ##
==========================================
- Coverage   92.80%   92.76%   -0.04%     
==========================================
  Files        1000     1000              
  Lines       56536    56556      +20     
  Branches      425      425              
==========================================
- Hits        52469    52465       -4     
- Misses       4067     4091      +24     
Flag Coverage Δ
conformance 37.38% <0.00%> (-0.02%) ⬇️
e2e 42.88% <0.00%> (-0.02%) ⬇️
integration 22.17% <0.00%> (-0.06%) ⬇️
rust 0.23% <ø> (ø)
unit 91.71% <100.00%> (+<0.01%) ⬆️
unit-migrate 91.81% <100.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.

@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-83b38baddbc0929af1ec693ae07d3e3d1bd714a3
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-83b38baddbc0929af1ec693ae07d3e3d1bd714a3

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

Projects

Status: Needs review

Development

Successfully merging this pull request may close these issues.

1 participant