Protection of the oryAccessToken key. #342
Answered
by
vinckr
pedrodgoes
asked this question in
Q&A
-
When I make calls to apis within the identity section, I need to send the oryAccessToken along. I'd like to know if this key is protected in production, because in the development environment you can see this key in the browser's inspect mode. |
Beta Was this translation helpful? Give feedback.
Answered by
vinckr
Sep 29, 2023
Replies: 1 comment
-
Hello @pedrodgoes What do you mean by "protected in production". If you leak the key in your requests, other people will be able to intercept and use it. Be careful it does not leak in the client side! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vinckr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @pedrodgoes
What do you mean by "protected in production". If you leak the key in your requests, other people will be able to intercept and use it. Be careful it does not leak in the client side!
Some tips by G**gle