-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hello, I noticed the Swift client docs only mention Auth0 at a high level and don’t show how authentication works in Swift.
https://docs.convex.dev/client/swift The Convex Swift client library enables your iOS or macOS application to interact with your Convex backend. It allows your frontend code to: Call your [queries](https://docs.convex.dev/functions/query-functions), [mutations](https://docs.convex.dev/functions/mutation-functions), and [actions](https://docs.convex.dev/functions/actions) Authenticate users using [Auth0](https://docs.convex.dev/auth/auth0) The library is open source and available on GitHub. Follow the Swift Quickstart to get started.
Could you clarify whether Convex Auth is already supported in the Swift client, or if it’s still in progress? If it is supported, some updated documentation or a small example would really help. :)
Thanks!