Your data, your control. Fully open source, authentication and authorization. No lock-ins. Deployment in Railway in 120 seconds || Spin a docker image as a micro-service in your infra. Built in login page and Admin panel out of the box.
I don't see the point for mobile and email signup endpoints to exists while using the same input? Similarly, for the login, except from phone_email/email every other fields are the same.
Describe the solution you'd like
I've seen the OTP email/phone verification implementation and its is better to check if phone_number or email is present on the input and proceed to the respective process.
Additional context
Should forget_password for mobile be implemented with separate endpoint or different fields but within one input, similar like OTP verification?
Feature Description
I don't see the point for mobile and email signup endpoints to exists while using the same input? Similarly, for the login, except from phone_email/email every other fields are the same.
Describe the solution you'd like
I've seen the OTP email/phone verification implementation and its is better to check if phone_number or email is present on the input and proceed to the respective process.
Additional context
Should forget_password for mobile be implemented with separate endpoint or different fields but within one input, similar like OTP verification?