How safe is the API when using remote_user_guard? #9643
Unanswered
BhasherBEL
asked this question in
Q&A
Replies: 1 comment
-
If you exclude the api path, you're safe. What's important to know is that you can only use personal access tokens. |
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
-
I'm using
AUTHENTICATION_GUARD=remote_user_guard
with Authelia and Traefik, but I would like to be able to take advantage of the API for 3rd party tools, using tokens. To do so, I put everything behind an authelia middleware, except the/api/
. How safe is it to do so? Can someone useREMOTE_USER
to do something with the API? Is there another, more secure way to solve this? Thank you!Beta Was this translation helpful? Give feedback.
All reactions