mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-24 10:01:04 +01:00
fix(oidc): fix Webui OIDC loop
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
on: |
|
||||
!path regex("(_next/static|_next/image|favicon.ico).*")
|
||||
!path glob("/api/v1/auth/*")
|
||||
!path glob("/auth/*")
|
||||
!path regex("[A-Za-z0-9_-]+\.(svg|png|jpg|jpeg|gif|ico|webp|woff2?|eot|ttf|otf)(\?.+)?")
|
||||
!path /api/v1/version
|
||||
do: require_auth
|
||||
|
||||
Reference in New Issue
Block a user