Sanjay R
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,
SignInWithPassword.tsx:32 Error: [CONVEX A(auth:signIn)] [Request ID: f6fe557261498] Server Error
Uncaught Error: Uncaught TypeError: "pkcs8" must be PKCS#8 formatted string
SignInWithPassword.tsx:32 Error: [CONVEX A(auth:signIn)] [Request ID: f6fe557261498] Server Error
Uncaught Error: Uncaught TypeError: "pkcs8" must be PKCS#8 formatted string
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:
All checks have failed
1 failing check
@vercel
Vercel — Authorization required to deploy.
All checks have failed
1 failing check
@vercel
Vercel — Authorization required to deploy.
This is my first PR, what is the problem?
4 replies