release: 2026.5.2

This commit is contained in:
authentik-automation[bot]
2026-05-28 15:12:54 +00:00
parent 16d6d1cb0d
commit 2d26ce9b53
1182 changed files with 1247 additions and 1611 deletions
Generated
+4 -4
View File
@@ -171,7 +171,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[package]]
name = "authentik"
version = "2026.5.0"
version = "2026.5.2"
dependencies = [
"arc-swap",
"argh",
@@ -196,7 +196,7 @@ dependencies = [
[[package]]
name = "authentik-axum"
version = "2026.5.0"
version = "2026.5.2"
dependencies = [
"authentik-common",
"axum",
@@ -216,7 +216,7 @@ dependencies = [
[[package]]
name = "authentik-client"
version = "2026.5.0"
version = "2026.5.2"
dependencies = [
"aws-lc-rs",
"reqwest",
@@ -232,7 +232,7 @@ dependencies = [
[[package]]
name = "authentik-common"
version = "2026.5.0"
version = "2026.5.2"
dependencies = [
"arc-swap",
"authentik-client",
+4 -4
View File
@@ -8,7 +8,7 @@ members = [
resolver = "3"
[workspace.package]
version = "2026.5.0"
version = "2026.5.2"
authors = ["authentik Team <hello@goauthentik.io>"]
description = "Making authentication simple."
edition = "2024"
@@ -115,9 +115,9 @@ url = "= 2.5.8"
uuid = { version = "= 1.23.1", features = ["serde", "v4"] }
which = "= 8.0.2"
ak-axum = { package = "authentik-axum", version = "2026.5.0", path = "./packages/ak-axum" }
ak-client = { package = "authentik-client", version = "2026.5.0", path = "./packages/client-rust" }
ak-common = { package = "authentik-common", version = "2026.5.0", path = "./packages/ak-common", default-features = false }
ak-axum = { package = "authentik-axum", version = "2026.5.2", path = "./packages/ak-axum" }
ak-client = { package = "authentik-client", version = "2026.5.2", path = "./packages/client-rust" }
ak-common = { package = "authentik-common", version = "2026.5.2", path = "./packages/ak-common", default-features = false }
[workspace.lints.rust]
ambiguous_negative_literals = "warn"
+1 -1
View File
@@ -3,7 +3,7 @@
from functools import lru_cache
from os import environ
VERSION = "2026.5.0"
VERSION = "2026.5.2"
ENV_GIT_HASH_KEY = "GIT_BUILD_HASH"
+1 -55
View File
@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://goauthentik.io/blueprints/schema.json",
"type": "object",
"title": "authentik 2026.5.0 Blueprint schema",
"title": "authentik 2026.5.2 Blueprint schema",
"required": [
"version",
"entries"
@@ -12110,11 +12110,6 @@
"model_authentik_sources_kerberos.groupkerberossourceconnection": {
"type": "object",
"properties": {
"group": {
"type": "string",
"format": "uuid",
"title": "Group"
},
"source": {
"type": "string",
"format": "uuid",
@@ -12408,10 +12403,6 @@
"model_authentik_sources_kerberos.userkerberossourceconnection": {
"type": "object",
"properties": {
"user": {
"type": "integer",
"title": "User"
},
"source": {
"type": "string",
"format": "uuid",
@@ -12454,11 +12445,6 @@
"model_authentik_sources_ldap.groupldapsourceconnection": {
"type": "object",
"properties": {
"group": {
"type": "string",
"format": "uuid",
"title": "Group"
},
"source": {
"type": "string",
"format": "uuid",
@@ -12783,10 +12769,6 @@
"model_authentik_sources_ldap.userldapsourceconnection": {
"type": "object",
"properties": {
"user": {
"type": "integer",
"title": "User"
},
"source": {
"type": "string",
"format": "uuid",
@@ -12829,11 +12811,6 @@
"model_authentik_sources_oauth.groupoauthsourceconnection": {
"type": "object",
"properties": {
"group": {
"type": "string",
"format": "uuid",
"title": "Group"
},
"source": {
"type": "string",
"format": "uuid",
@@ -13151,10 +13128,6 @@
"model_authentik_sources_oauth.useroauthsourceconnection": {
"type": "object",
"properties": {
"user": {
"type": "integer",
"title": "User"
},
"source": {
"type": "string",
"format": "uuid",
@@ -13209,11 +13182,6 @@
"model_authentik_sources_plex.groupplexsourceconnection": {
"type": "object",
"properties": {
"group": {
"type": "string",
"format": "uuid",
"title": "Group"
},
"source": {
"type": "string",
"format": "uuid",
@@ -13454,10 +13422,6 @@
"model_authentik_sources_plex.userplexsourceconnection": {
"type": "object",
"properties": {
"user": {
"type": "integer",
"title": "User"
},
"source": {
"type": "string",
"format": "uuid",
@@ -13505,11 +13469,6 @@
"model_authentik_sources_saml.groupsamlsourceconnection": {
"type": "object",
"properties": {
"group": {
"type": "string",
"format": "uuid",
"title": "Group"
},
"source": {
"type": "string",
"format": "uuid",
@@ -13837,10 +13796,6 @@
"model_authentik_sources_saml.usersamlsourceconnection": {
"type": "object",
"properties": {
"user": {
"type": "integer",
"title": "User"
},
"source": {
"type": "string",
"format": "uuid",
@@ -14003,11 +13958,6 @@
"model_authentik_sources_telegram.grouptelegramsourceconnection": {
"type": "object",
"properties": {
"group": {
"type": "string",
"format": "uuid",
"title": "Group"
},
"source": {
"type": "string",
"format": "uuid",
@@ -14234,10 +14184,6 @@
"model_authentik_sources_telegram.usertelegramsourceconnection": {
"type": "object",
"properties": {
"user": {
"type": "integer",
"title": "User"
},
"source": {
"type": "string",
"format": "uuid",
+1 -1
View File
@@ -1 +1 @@
2026.5.0
2026.5.2
+1 -1
View File
@@ -18,7 +18,7 @@ Parameters:
Description: authentik Docker image
AuthentikVersion:
Type: String
Default: 2026.5.0
Default: 2026.5.2
Description: authentik Docker image tag
AuthentikServerCPU:
Type: Number
+2 -2
View File
@@ -31,7 +31,7 @@ services:
AUTHENTIK_POSTGRESQL__PASSWORD: ${PG_PASS}
AUTHENTIK_POSTGRESQL__USER: ${PG_USER:-authentik}
AUTHENTIK_SECRET_KEY: ${AUTHENTIK_SECRET_KEY:?secret key required}
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.5.0}
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.5.2}
ports:
- ${COMPOSE_PORT_HTTP:-9000}:9000
- ${COMPOSE_PORT_HTTPS:-9443}:9443
@@ -53,7 +53,7 @@ services:
AUTHENTIK_POSTGRESQL__PASSWORD: ${PG_PASS}
AUTHENTIK_POSTGRESQL__USER: ${PG_USER:-authentik}
AUTHENTIK_SECRET_KEY: ${AUTHENTIK_SECRET_KEY:?secret key required}
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.5.0}
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.5.2}
restart: unless-stopped
shm_size: 512mb
user: root
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@goauthentik/authentik",
"version": "2026.5.0",
"version": "2026.5.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@goauthentik/authentik",
"version": "2026.5.0",
"version": "2026.5.2",
"dependencies": {
"@eslint/js": "^9.39.3",
"@goauthentik/eslint-config": "./packages/eslint-config",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@goauthentik/authentik",
"version": "2026.5.0",
"version": "2026.5.2",
"private": true,
"scripts": {
"lint": "run-s lint:spellcheck lint:lockfile",
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+2 -2
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -41,7 +41,7 @@ var (
queryDescape = strings.NewReplacer("%5B", "[", "%5D", "]")
)
// APIClient manages communication with the authentik API v2026.5.0
// APIClient manages communication with the authentik API v2026.5.2
// In most cases there should be only one, shared, APIClient.
type APIClient struct {
cfg *Configuration
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/
+1 -1
View File
@@ -3,7 +3,7 @@ authentik
Making authentication simple.
API version: 2026.5.0
API version: 2026.5.2
Contact: hello@goauthentik.io
*/

Some files were not shown because too many files have changed in this diff Show More