I want to try and make a application using CloudFlare. I can host the frontend app in Pages and Back
I want to try and make a application using CloudFlare. I can host the frontend app in Pages and Backend on Workers but I am trying to find a solution for Authentication.
These are my current choices:
These are my current choices:
- Use a CloudFlare service for Auth if there is one (Couldn't find one) I need one with Sign in With Google, MFA, Sending Forget Email from Own Domain
- Implement it using CloudFlare D1 + Worker but writing the code on my own like using the argon2 library and other libraries.

