Sign in with email
Authentication
Sign in with Email
Authenticate a user using email and password
POST
Sign in with email
Body
application/json
The email address of the user
Example:
"john.doe@example.com"
The password for the user account
Example:
"StrongPassword123!"
The URL to use for email verification callback
Example:
"https://www.cashful.africa/auth/callback"
If this is false, the session will not be remembered. Default is true.
Example:
true