mirror of
https://github.com/fosrl/badger.git
synced 2026-02-22 12:56:43 +00:00
send access token and pass cookies
This commit is contained in:
@@ -18,8 +18,9 @@ Badger requires the following configuration parameters to be specified in your [
|
||||
|
||||
```yaml
|
||||
apiBaseUrl: "http://localhost:3001/api/v1"
|
||||
userSessionCookieName: "session"
|
||||
resourceSessionCookieName: "resource_session"
|
||||
userSessionCookieName: "p_session"
|
||||
resourceSessionCookieName: "p_resource_session"
|
||||
accessTokenQueryParam: "p_token"
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user