David
David
CCConvex Community
Created by David on 7/11/2024 in #general
Recommendation for Auth
Ah, nice thanks. I'm probably only going to need fairly basic auth so Convex Auth looks like a pretty nice solution.
6 replies
CCConvex Community
Created by romandev on 3/26/2024 in #support-community
Lucia V3 with convex
@Michal Srb Will this new work implement auth via sessions or JWT?
6 replies
CCConvex Community
Created by romandev on 3/26/2024 in #support-community
Lucia V3 with convex
Can't wait for this. I really need email/password auth in Convex that doesn't rely on Clerk, Auth0, Auth.js etc. Thanks for working on this and looking forward to testing this out.
6 replies
CCConvex Community
Created by Umut (Hope) YILDIRIM on 11/9/2023 in #support-community
Custom Auth with Kinde
@Michal Srb +1 for getting an official Convex adapter submitted for Auth.js! 🙂
21 replies
CCConvex Community
Created by Umut (Hope) YILDIRIM on 11/9/2023 in #support-community
Custom Auth with Kinde
Oh, right. Well, hopefully that will be approved!
21 replies
CCConvex Community
Created by Umut (Hope) YILDIRIM on 11/9/2023 in #support-community
Custom Auth with Kinde
@CodingWithJamal This looks great. I don't suppose you've considered asking Auth.js if they'd consider adding this as an official db adapter?
21 replies
CCConvex Community
Created by Umut (Hope) YILDIRIM on 11/9/2023 in #support-community
Custom Auth with Kinde
Thank you!
21 replies
CCConvex Community
Created by Umut (Hope) YILDIRIM on 11/9/2023 in #support-community
Custom Auth with Kinde
@CodingWithJamal Would you be able to share this code? At the moment I need to use a WordPress site as an identity provider (I'm using a WordPress plugin to do this). To integrate with Convex I'm not sure if the best approach is to try and do this directly with the WP identity provider or via something like Auth.js and add the WP identity provider as a custom Auth.js provider. I'm pretty new to deep diving into auth stuff so my knowledge is limited. Any help is appreciated.
21 replies
CCConvex Community
Created by David on 3/9/2024 in #general
I'm just testing an action and keep
Thanks. DM sent. 🙂
4 replies
CCConvex Community
Created by David on 3/9/2024 in #general
I'm just testing an action and keep
Hmm, I just added "use node" in my action file and the API calls are now fine. I was stumped by this as it states in the docs that fetch() is supported in the Convex environment so I didn't think the environment was the issue here. I'd appreciate a comment from anyone with more experience than me with Convex why this might be the case and why fetch() is throwing rate limiting type errors for me unless I switch to the "use node" environment. 🙂
4 replies
CCConvex Community
Created by David on 3/9/2024 in #general
I'm just testing an action and keep
It's a little weird as it looks like the API call is being rate limited, as if I wait 30s and try again it succeeds, but then fails immediately if I try again straight away. However, if I use Thunder Client in VS Code and hit the endpoint multiple times it never fails, so I'm not sure what's going on right now.
4 replies
CCConvex Community
Created by David on 3/2/2024 in #support-community
Clerk issue with the npm create CLI
Thanks for the feedback, I'll try that when I have time.
3 replies