Mark12345
Mark123458mo 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.
5 Replies
Convex Bot
Convex Bot8mo 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
ballingt8mo 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.
calvin
calvin4mo ago
Hey @ballingt following up on this - is there any enws regarding an integration with Swift and Clerk and Convex? So far weve been handling the auth on a webapp and passing the token back to client (like cursor or loom or adobe do) but been struggling to find a way to pass the token to the convex swift SDK - couldnt find any docs on it
Fred
Fred3mo ago
Second this - we've gotten Clerk to work on first load, but we can't get the refresh token to work. Bit of a dealbreaker for us
Player of Games
Just following up on this thread @Tom -- any updates on official support for Clerk in Swift apps using Convex?

Did you find this page helpful?