Merge pull request #739 from ksurl/token-query-param

docs: generating query param for access token
This commit is contained in:
Philipp C. Heckel 2023-05-22 21:23:21 -04:00 committed by GitHub
commit e10442f6ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3238,6 +3238,12 @@ The following command will generate the appropriate value for you on *nix system
echo -n "Basic `echo -n 'testuser:fakepassword' | base64`" | base64 | tr -d '='
```
For access tokens, you can use this instead:
```
echo -n "Bearer faketoken" | base64 | tr -d '='
```
## Advanced features
### Message caching