- Add PKCE support with S256 challenge method for OAuth2 (fixes #852)

- Update UI for OAuth2 Code Challenge Method selection (closes #854 )
- Introduce OAuth2 configuration cache to optimize requests (fixes #852)
- Fixes using DNS Challange for Custom ACME Server
This commit is contained in:
kjagosz
2025-10-20 14:55:17 +02:00
parent 863113a1b8
commit 71bf844dc1
7 changed files with 130 additions and 31 deletions

View File

@@ -14,6 +14,7 @@ require (
github.com/gorilla/sessions v1.2.2
github.com/gorilla/websocket v1.5.1
github.com/grandcat/zeroconf v1.0.0
github.com/jellydator/ttlcache/v3 v3.4.0
github.com/likexian/whois v1.15.1
github.com/microcosm-cc/bluemonday v1.0.26
github.com/monperrus/crawler-user-agents v1.1.0