Authentication
The HTTP Authorization
request header can be used to provide credentials that authenticate a user agent with a server, allowing access to a protected resource.
Authorization: Bearer <credentials>
Passwordless Authentication
Passwordless authentication is a method of verifying user's identity without the use of passwords or any other memorized secret.
Passwordless authentication flow
Username/Email availability
gethttps://cache.showwcase.com/users/check
Query
Field | Type | Description |
---|---|---|
username | String | Username to validate. |
String | E-mail to validate. |