Sessions
When an existing user wants to login, you can use the Sessions API to verify their credentials.
POST /sessions
Parameters
LoginCredentialSchema
should be a stringified JSON object supplied by our front-end SDK. See the Front-End JavaScript SDK documentation