ORIZONOriginal post
Rank 3: Container
Can I use Userid & password to Authenticate my Users? If So, Can I make it secure like They can only access things that are meant for them. I could Do Server-Side Validation too.
Summary
The user wants to know if they can use a Userid and password for user authentication and if it can be secure. According to the latest documentation, creating a session with a Userid is not possible. The only alternative is to use an email or phone number. However, an anonymous session can be created without an email or phone, but an email is required to turn it into an account. Server-side validation can also be implemented for added security.