#Google, Facebook, SMS-OTP Auth
1 messages · Page 1 of 1 (latest)
Help is on the way! To mark it as solved, use the /solve command. In the meantime, here are some existing threads that may help you:
Documentation:
disableLocalStrategy in collection
@dull trench any official documentation on how to integrate third party auth?
Use endpoints and write your own strategy as you would do in any node based application. You can keep payload auth as it is and use custom auth on different collection.
Hi @raghavnarang,
I wanted to share how I handle SMS-OTP in my project using Payload CMS. I've added the following endpoints in the buildConfig:
endpoints:[ SendOTP, ValidateOTP, NearByProducts ],
Please find the routes on this file.
haven't used it but this plugin looks promising: #showcase message