#Can I use Userid & password to Authenticate my Users?

1 messages · Page 1 of 1 (latest)

mild hound
#

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.

willow delta
#

According to the latest docs, there is no way to create a session with a userId. You need to use either an email or phone number depending on the endpoint.

#

The only other way to create a session without email or phone, is an anonymous session, but you will still need to use an email if you want to turn it into an account.