remove unneeded action
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / system-test (push) Has been cancelled

This commit is contained in:
Dan Milne
2025-10-24 11:43:34 +11:00
parent ad70841689
commit a21b21ace2

View File

@@ -3,7 +3,6 @@ module Api
# ForwardAuth endpoints need session storage for return URL
allow_unauthenticated_access
skip_before_action :verify_authenticity_token
skip_before_action :verify_request_origin
# GET /api/verify
# This endpoint is called by reverse proxies (Traefik, Caddy, nginx)