remove explicit access token check and pass query params and headers in verify session

This commit is contained in:
miloschwartz
2025-04-05 22:31:23 -04:00
parent 3a180988be
commit e951e42b4d
3 changed files with 36 additions and 17 deletions

View File

@@ -8,5 +8,4 @@ summary: Middleware auth bouncer for Pangolin
testData:
apiBaseUrl: "http://localhost:3001/api/v1"
userSessionCookieName: "p_session_token"
accessTokenQueryParam: "p_token"
resourceSessionRequestParam: "p_session_request"