How to authenticate an app #3719
Closed
masmc05
started this conversation in
APIs and Development
Replies: 2 comments
-
Use /auth/login endpoint and pass the cookie from Set-Cookie header from the response to Cookie header of further requests. The /docs page on the plugin webserver should have info on how to use the endpoint (uri encoded user=user&pass=pass in the request body) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, would like to access endpoints like https://example.com/v1/player?player=masmc05 externally, but idk how to authenticate the app to access it, as i've not seen anywhere some api tokens etc. How can I do that?
Beta Was this translation helpful? Give feedback.
All reactions