OAuth API login
POST/auth/:provider
Authenticate via an OAuth provider. The client should first complete the OAuth flow with the provider and then send the resulting token to this endpoint.
Request
Responses
- 200
- 401
- 422
- 429
- 500
Login successful — returns User resource
Authentication required or token invalid
Validation failed
Too many requests — rate limit exceeded
Unexpected server error