Sanjay R
CCConvex Community
•Created by Sanjay R on 9/27/2024 in #support-community
I have one general doubt!
Storing the JWT token in local storage is unsafe due to XSS vulnerabilities, right? but Convex stores them in local storage?
13 replies
CCConvex Community
•Created by Sanjay R on 9/24/2024 in #support-community
I have cloned the convex-auth-example chat app
There is one problem, while running locally, I can't sign in with a password, at first it shows there is no JWT_PRIVATE_KEY but the data is stored in the database. Then I added
JWT_PRIVATE_KEY
in .env
at convex. Now if I sign in with a password, it shows this error,
What is the problem?6 replies
CCConvex Community
•Created by Sanjay R on 9/24/2024 in #support-community
Updated the dependency in convex-auth-example
Hi guys!! I’ve been exploring Convex for the past two days and convex made an example project chat application to showcase auth. However, when I tried to run it locally, I encountered an issue because the
npm-run-all
command dependency was missing. so I fixed it and made PR.
https://github.com/get-convex/convex-auth-example/tree/main
Unfortunately, I received a message indicating that all checks have failed, and it shows:
This is my first PR, what is the problem?4 replies