public logout

This commit is contained in:
Josh Hawkins 2025-12-08 07:59:51 -06:00
parent 96731ead74
commit e7b35df2f1

View File

@ -56,8 +56,8 @@ def require_admin_by_default():
"/auth/first_time_login", "/auth/first_time_login",
"/login", "/login",
"/auth/verify", "/auth/verify",
# Authenticated user endpoints (allow_any_authenticated)
"/logout", "/logout",
# Authenticated user endpoints (allow_any_authenticated)
"/profile", "/profile",
# Public info endpoints (allow_public) # Public info endpoints (allow_public)
"/", "/",