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

@@ -17,7 +17,6 @@ Badger requires the following configuration parameters to be specified in your [
```yaml
apiBaseUrl: "http://localhost:3001/api/v1"
userSessionCookieName: "p_session_token"
accessTokenQueryParam: "p_token"
resourceSessionRequestParam: "p_session_request"
```