chore(project-map): regenerate .pi-map artifacts across the repo
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
# 2026-05-18-simplify-authentik-auth (index)
|
||||
dir: 2026-05-18-simplify-authentik-auth
|
||||
# openspec/changes/archive/2026-05-18-simplify-authentik-auth (index)
|
||||
dir: openspec/changes/archive/2026-05-18-simplify-authentik-auth
|
||||
|
||||
## role
|
||||
Authentication system migration package for replacing JWT/OIDC token-based auth with session-based cookies using Authentik OAuth2.
|
||||
Archive of a 2026 proposal to simplify authentication by migrating from JWT/OIDC to session-cookie-based OAuth2 with Authentik
|
||||
## parent
|
||||
index: ./.pi-map.index.md
|
||||
map: ./.pi-map.md
|
||||
index: openspec/changes/archive/.pi-map.index.md
|
||||
map: openspec/changes/archive/.pi-map.md
|
||||
## children
|
||||
- 2026-05-18-simplify-authentik-auth/specs
|
||||
index: 2026-05-18-simplify-authentik-auth/specs/.pi-map.index.md
|
||||
map: 2026-05-18-simplify-authentik-auth/specs/.pi-map.md
|
||||
- openspec/changes/archive/2026-05-18-simplify-authentik-auth/specs
|
||||
index: openspec/changes/archive/2026-05-18-simplify-authentik-auth/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-18-simplify-authentik-auth/specs/.pi-map.md
|
||||
## files
|
||||
- .openspec.yaml
|
||||
- design.md
|
||||
- proposal.md
|
||||
- tasks.md
|
||||
## links
|
||||
index: 2026-05-18-simplify-authentik-auth/.pi-map.index.md
|
||||
map: 2026-05-18-simplify-authentik-auth/.pi-map.md
|
||||
index: openspec/changes/archive/2026-05-18-simplify-authentik-auth/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-18-simplify-authentik-auth/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
# 2026-05-18-simplify-authentik-auth
|
||||
dir: 2026-05-18-simplify-authentik-auth
|
||||
# openspec/changes/archive/2026-05-18-simplify-authentik-auth
|
||||
dir: openspec/changes/archive/2026-05-18-simplify-authentik-auth
|
||||
|
||||
index: 2026-05-18-simplify-authentik-auth/.pi-map.index.md
|
||||
index: openspec/changes/archive/2026-05-18-simplify-authentik-auth/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Authentication system migration package for replacing JWT/OIDC token-based auth with session-based cookies using Authentik OAuth2.
|
||||
Archive of a 2026 proposal to simplify authentication by migrating from JWT/OIDC to session-cookie-based OAuth2 with Authentik
|
||||
## files
|
||||
- .openspec.yaml | Defines an OpenSpec configuration file with schema type and creation date metadata
|
||||
- design.md | Design document for migrating a backend authentication system from JWT tokens to session cookies with OAuth2/Authentik integration | dep: Authentik (OAuth2), Redis (optional), backend database, frontend
|
||||
- proposal.md | Proposes simplifying an Authentik-based authentication system by replacing JWT/token-based auth with session-based cookies | dep: Authentik, OAuth2, session cookies, database user model, frontend auth state
|
||||
- tasks.md | Project task list for migrating an application from JWT/OIDC authentication to session-based authentication using Authentik | dep: Authentik, Alembic, python-jose, ruff, mypy, pytest
|
||||
- .openspec.yaml | Defines an OpenAPI specification metadata file with schema type and creation date
|
||||
- design.md | Design document for migrating from JWT-based authentication to simplified session-cookie-based OAuth2 authentication with Authentik | dep: Authentik (OAuth2), Backend session store, Redis (optional), Database (users, user_configs)
|
||||
- proposal.md | Proposes replacing a complex JWT/OIDC authentication system with a simplified session-based OAuth2 flow using Authentik | dep: Authentik, OAuth2, session cookies, HTTP cookies, JWKS
|
||||
- tasks.md | Project task list for migrating an application from JWT-based authentication to session-based authentication using Authentik
|
||||
## arch
|
||||
Documentation-driven migration planning with specification files (OpenSpec), design documents, proposals, and task tracking—no implementation code, purely planning artifacts for a backend auth architecture change.
|
||||
Specification-driven change management using OpenAPI metadata with structured design documents (design/proposal/tasks) for architectural decision records
|
||||
## tags
|
||||
authentik, authentication, design, jwt, session, .openspec, migrating, system
|
||||
authentication, authentik, design, jwt, session, oauth2, .openspec, migrating
|
||||
## symbols
|
||||
-
|
||||
## workflows
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
# 2026-05-18-simplify-authentik-auth/specs (index)
|
||||
dir: 2026-05-18-simplify-authentik-auth/specs
|
||||
# openspec/changes/archive/2026-05-18-simplify-authentik-auth/specs (index)
|
||||
dir: openspec/changes/archive/2026-05-18-simplify-authentik-auth/specs
|
||||
|
||||
## role
|
||||
Defines technical specifications for a simplified OAuth2 authentication system using Authentik with stateless signed session cookies
|
||||
Defines authentication specification for a simplified OAuth2 integration with Authentik using stateless signed session cookies
|
||||
## parent
|
||||
index: 2026-05-18-simplify-authentik-auth/.pi-map.index.md
|
||||
map: 2026-05-18-simplify-authentik-auth/.pi-map.md
|
||||
index: openspec/changes/archive/2026-05-18-simplify-authentik-auth/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-18-simplify-authentik-auth/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: 2026-05-18-simplify-authentik-auth/specs/.pi-map.index.md
|
||||
map: 2026-05-18-simplify-authentik-auth/specs/.pi-map.md
|
||||
index: openspec/changes/archive/2026-05-18-simplify-authentik-auth/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2026-05-18-simplify-authentik-auth/specs/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# 2026-05-18-simplify-authentik-auth/specs
|
||||
dir: 2026-05-18-simplify-authentik-auth/specs
|
||||
# openspec/changes/archive/2026-05-18-simplify-authentik-auth/specs
|
||||
dir: openspec/changes/archive/2026-05-18-simplify-authentik-auth/specs
|
||||
|
||||
index: 2026-05-18-simplify-authentik-auth/specs/.pi-map.index.md
|
||||
index: openspec/changes/archive/2026-05-18-simplify-authentik-auth/specs/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines technical specifications for a simplified OAuth2 authentication system using Authentik with stateless signed session cookies
|
||||
Defines authentication specification for a simplified OAuth2 integration with Authentik using stateless signed session cookies
|
||||
## files
|
||||
- spec.md | Defines a simplified OAuth2 authentication flow using Authentik with stateless signed session cookies | dep: Authentik, HMAC-SHA256, OAuth2
|
||||
- spec.md | Defines a simplified OAuth2 authentication flow using Authentik with stateless signed session cookies | dep: OAuth2, Authentik, HMAC-SHA256, session cookies
|
||||
## arch
|
||||
Specification-driven design using markdown documentation to define authentication flow requirements before implementation
|
||||
Specification-driven design using markdown-based technical specification documents
|
||||
## tags
|
||||
oauth2, authentik, spec, defines, simplified, authentication, flow, stateless
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user