Uh oh!
There was an error while loading. Please reload this page.
Protection of the oryAccessToken key. #342
Answered
byvinckr
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. |
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! |
0 replies
Answer selected byvinckr
Sign up for freeto 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