Mark12345
Mark123453w ago

convex swift with clerk

I checked the convex demo with swift https://github.com/get-convex/ios-convex-workout/blob/main/WorkoutTracker/WorkoutTrackerApp.swift I saw the authProvider is for Auth0, so does it support Clerk? Thank you!
GitHub
ios-convex-workout/WorkoutTracker/WorkoutTrackerApp.swift at main ·...
Contribute to get-convex/ios-convex-workout development by creating an account on GitHub.
2 Replies
Convex Bot
Convex Bot3w ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!
ballingt
ballingt3w ago
That's using this library https://github.com/get-convex/convex-swift-auth0 for auth0 support which uses https://auth0.com/docs/quickstart/native/ios-swift; looks like the equivalent for Clerk is still in beta https://clerk.com/docs/quickstarts/ios If you need Clerk support, you'd want to create a package similar to https://github.com/get-convex/convex-swift-auth0 for Clerk You're welcome to use either, but only Auth0 is hooked up in an example Also consider React Native! which we have more Convex developers using with Clerk.

Did you find this page helpful?