myFlashID provides a secure way for users to log in to your app. This page helps developers integrate myFlashID quickly.
Every application needs an API key. You can generate one here and store it securely:
POST https://api.myflashid.com/token
Headers:
Authorization: Bearer <YOUR_API_KEY>
Content-Type: application/json
Body:
{
"code": "AUTH_CODE",
"redirect_uri": "https://example.com/auth/callback/myflashid/"
}