What authentication do you use when you’re using cloudflare d1?
Not sure if I should post this on off-topic channel but let me know.
I haven’t found any auth that’s compatible and easy to implement with worker and d1. If I have auth on my website, I will just use supabase auth and its database but its free tier has a db low limit
What do auth do you use?
1 Reply
Hey, with D1 you can simply use any auth lib/provider and connect it. You have the flexibility to select which auth lib/provider you want to use. I have a very basic example in Remix: https://github.com/harshil1712/remix-d1-auth-template
GitHub
GitHub - harshil1712/remix-d1-auth-template: A Remix template that ...
A Remix template that uses Cloudflare D1 for storing user data - harshil1712/remix-d1-auth-template