This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
-
Hi, I am creating a python desktop application that will use the Deta service, but I don't know how to store the access token securely. |
Beta Was this translation helpful? Give feedback.
Answered by
cofob
Jul 8, 2022
Replies: 1 comment 1 reply
-
You can't safely store access token client-side. Use a backend. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
abdelhai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can't safely store access token client-side. Use a backend.