ChrisLi
ChrisLi
CCConvex Community
Created by ChrisLi on 12/1/2024 in #support-community
convex auth with hono
Hi, I'm using Hono with Http Actions. In this case, how could we connect http actions with convex auth? export default new HttpRouterWithHono(app);
2 replies
CCConvex Community
Created by ChrisLi on 11/29/2024 in #support-community
mutation retries
I have a action inside a mutation. As we known the mutations will retry themselves when failed, will the acitons inside also be retried?
6 replies
CCConvex Community
Created by ChrisLi on 11/29/2024 in #support-community
Is that possible to convert a type to validator?
Hi, to better maintain types in project, I wonder if there is a way to convert types to validators?
7 replies
CCConvex Community
Created by ChrisLi on 11/26/2024 in #support-community
convex google oauth issue
I configured the google oauth in the providers, but got an error. providers: [ GitHub({ profile(githubProfile) { return { id: githubProfile.id.toString(), }; }, }), Google({ profile(googleProfile) { console.log("googleProfile", googleProfile); return { id: googleProfile.id?.toString(), }; }, }), ], error: 'The profile method of the google config must return a string ID But in googleprofile, there is no such id returned.
4 replies
CCConvex Community
Created by ChrisLi on 11/25/2024 in #support-community
convex auth token outside React component
In a React component, we use useAuthToken to get a token, but how could we get such token in just a plain TS file?
2 replies
CCConvex Community
Created by ChrisLi on 11/22/2024 in #support-community
Custom JWT token for authentication
Hi, I have a question: Can we issue a JWT token directly in Convex and use it for authentication, without relying on any third-party authentication provider? I couldn’t find any documentation related to this.
25 replies
CCConvex Community
Created by ChrisLi on 9/9/2024 in #support-community
ES Module support
Hey guys! Wonder if Convex supports es module packages like lodash-es
2 replies
CCConvex Community
Created by ChrisLi on 9/6/2024 in #support-community
Http actions VS Actions
Hey guys, I have a question, when I went through the docs, I'm not sure what is the main diff between http actions and actions. Wonder when to use which. 🧐
6 replies
CCConvex Community
Created by ChrisLi on 6/20/2024 in #support-community
Discord activities Content Security Policy issue
No description
57 replies