fix: disable native touch panning on mobile terminal and archive specs
- Change mobile terminal CSS to use touch-action: none and overscroll-behavior: none so the custom touch handler owns swipes - Archive completed/partial OpenSpec specs to openspec/changes/archive/2026-06-14-completed-specs-archive/ - Regenerate project maps Quality gates: npm run typecheck, npm run lint (apps/web)
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
# archive/2026-05-18-simplify-authentik-auth/specs (index)
|
||||
dir: archive/2026-05-18-simplify-authentik-auth/specs
|
||||
# 2026-05-18-simplify-authentik-auth/specs (index)
|
||||
dir: 2026-05-18-simplify-authentik-auth/specs
|
||||
|
||||
## role
|
||||
Defines technical specifications for a streamlined Authentik-based OAuth2 authentication system with stateless session management
|
||||
Defines technical specifications for a simplified OAuth2 authentication system using Authentik with stateless signed session cookies
|
||||
## parent
|
||||
index: archive/2026-05-18-simplify-authentik-auth/.pi-map.index.md
|
||||
map: archive/2026-05-18-simplify-authentik-auth/.pi-map.md
|
||||
index: 2026-05-18-simplify-authentik-auth/.pi-map.index.md
|
||||
map: 2026-05-18-simplify-authentik-auth/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: archive/2026-05-18-simplify-authentik-auth/specs/.pi-map.index.md
|
||||
map: archive/2026-05-18-simplify-authentik-auth/specs/.pi-map.md
|
||||
index: 2026-05-18-simplify-authentik-auth/specs/.pi-map.index.md
|
||||
map: 2026-05-18-simplify-authentik-auth/specs/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# archive/2026-05-18-simplify-authentik-auth/specs
|
||||
dir: archive/2026-05-18-simplify-authentik-auth/specs
|
||||
# 2026-05-18-simplify-authentik-auth/specs
|
||||
dir: 2026-05-18-simplify-authentik-auth/specs
|
||||
|
||||
index: archive/2026-05-18-simplify-authentik-auth/specs/.pi-map.index.md
|
||||
index: 2026-05-18-simplify-authentik-auth/specs/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines technical specifications for a streamlined Authentik-based OAuth2 authentication system with stateless session management
|
||||
Defines technical specifications for a simplified OAuth2 authentication system using Authentik with 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
|
||||
## arch
|
||||
Specification-driven design documenting a stateless authentication architecture using signed JWT cookies to eliminate server-side session storage
|
||||
Specification-driven design using markdown documentation to define authentication flow requirements before implementation
|
||||
## tags
|
||||
oauth2, authentik, spec, defines, simplified, authentication, flow, stateless
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user