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:
  1. 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
  2. Implement it using CloudFlare D1 + Worker but writing the code on my own like using the argon2 library and other libraries.
Please advise, I would ideally like to use a pre-built service from CloudFlare
Was this page helpful?