its a simple phone number and password implementation for signup/ login, once the login request is made to the back-end/ restapi a link with the user authentication with token would be sent to the browser, then once the verification is done for the user, he can access the private routes on the application.
This is all for the whole scenario.. but don't know the process that I need to look into and help me implement this..
Subho Karmakar I'd suggest looking into Firebase authentication. Building an auth system backed from scratch is not for the timid. Here is an introductory video: youtube.com/watch
Blaine Garrett
Software Engineer and Artist
re: User Authentication API, what API are you working with? Auth0, Firebase, etc?