Documentation

OAuth 2.0 integration guide

Alf Mille combines verified identity (KYC) with Laravel Passport–powered OAuth 2.0. Use this guide to understand flows, endpoints, and safe integration patterns for your applications.

Error Handling

The API may return the following error responses:

  • invalid_client: Client authentication failed
  • invalid_grant: The provided authorization code is invalid or expired
  • invalid_request: The request is missing a required parameter
  • unauthorized_client: The client is not authorized to use this grant type