Implementing Clerk Auth using Ignite (without demo code) #2687
Unanswered
niteshc132
asked this question in
Q&A
Replies: 1 comment
-
@niteshc132 take a look at this recipe: https://ignitecookbook.com/docs/recipes/Authentication Though it uses Supabase as the backend, you should be able to translate it for your needs to work with Clerk. The goal was to make it easy to swap out the backend so you could bring your own. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, im having trouble implementing Clerk using Ignite, I could putting the ClerkProvider in the wrong place maybe?
I tried putting the Clerk wrapper in the
app.tsx
like this
` <ClerkProvider publishableKey={"pk_test_"}>
`
Thank you
Beta Was this translation helpful? Give feedback.
All reactions