mirror of
https://github.com/fosrl/badger.git
synced 2026-02-07 21:46:43 +00:00
refactor auth to use exchange token system
This commit is contained in:
@@ -16,9 +16,9 @@ Badger requires the following configuration parameters to be specified in your [
|
||||
|
||||
```yaml
|
||||
apiBaseUrl: "http://localhost:3001/api/v1"
|
||||
userSessionCookieName: "p_session"
|
||||
resourceSessionCookieName: "p_resource_session"
|
||||
userSessionCookieName: "p_session_token"
|
||||
accessTokenQueryParam: "p_token"
|
||||
resourceSessionRequestParam: "p_session_request"
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
Reference in New Issue
Block a user