Authentication
#
Authenticating usershttps://{app-id}.essentialz.cloud/authenticate
#
Apple#
PrerequisitesCreate Apple app.
TBD
#
Authentication#
/authenticateIn order to authenticate user using Google you need to provide identity_token
alongside
provider name inside the body of your POST
request.
For this particular scenario provider name should be set to apple
Further requests to the API should use Bearer
authorization as follows.
#
Email & Password#
PrerequisitesBefore you can use email based authentication, user must be created inside the Essentialz Architect's db through sign up process.
#
Authentication#
/authenticateIn order to authenticate user using email and password you need to provide both email and password alongside
provider name inside the body of your POST
request. For this particular scenario provider name should be set to email
Further requests to the API should use Bearer
authorization as follows.
#
Facebook#
PrerequisitesCreate FB app.
TBD
#
Authentication#
/authenticateIn order to authenticate user using Facebook you need to provide access_token
alongside
provider name inside the body of your POST
request.
For this particular scenario provider name should be set to facebook
Further requests to the API should use Bearer
authorization as follows.
#
Google#
PrerequisitesCreate Google app.
TBD
#
Authentication#
/authenticateIn order to authenticate user using Google you need to provide id_token
alongside
provider name inside the body of your POST
request.
For this particular scenario provider name should be set to google
Further requests to the API should use Bearer
authorization as follows.