Commit 4bae99cf authored by Your Name's avatar Your Name

Add example auth tokens to aisbf.json configuration

- Added example tokens array to demonstrate client authentication
- When auth.enabled is true, clients must use Bearer token in Authorization header
- Tokens are validated against the tokens array in aisbf.json
parent e00c4f41
......@@ -8,7 +8,10 @@
},
"auth": {
"enabled": false,
"tokens": []
"tokens": [
"your-secret-token-1",
"your-secret-token-2"
]
},
"dashboard": {
"enabled": true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment