Log In
Upgrades an application session to a user session.
Recipes
Log in with login and password
Log in with login and password
1. Set the login
Set your login here.
2. Set the password
Set your password here.
3. As a result, the API returns a logged in user.
Log in with Firebase phone number
Log in with Firebase phone number
1. Set a social network provider
Set a firebase_phone
as a social network provider.
2. Use a `firebase_phone` parameter to set Firebase data
3. Set Firebase project ID
Use a project_id
parameter to set Firebase project ID.
4. Set Firebase access token
Use an access_token
parameter to set Firebase access token.
An access token is a token received from the social network after a user authenticates with it.
5. As a result, the API returns the logged in user.
Log in with Facebook access token
Log in with Facebook access token
1. Set a social network provider
Use a provider
param to set a social network provider.
2. Use a `keys` parameter to set an access token
3. Set an access token
An access token is a token received from the social network after a user authenticates with it.
4. As a result, the API returns a logged in user.
After an application session has been created, lets your users to log in to their account with login/email and password. There are the following login options available:
- Log in with login/email and password.
- Log in via Facebook.
- Log in via Firebase phone number (SMS).
Body Parameters
facebook
, firebase_phone
. Headers
Responses
202
202
A successful response