Replies: 1 comment 7 replies
-
Authentication for something like a bot is done through API Key auths. When a user is created, an API key is generated with it as well. You can view these through the Line 131 in e4cea78 Thanks! :) |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's say I have a Service that tries to fetch some data or post to a restricted endpoint: How would I authenticate myself? It does not seem to be done with headers, so how is it done?
Beta Was this translation helpful? Give feedback.
All reactions