Closed hoangmirs closed 3 years ago
Resolve #58
Fix: Value Type of Identification in API Response
Change the custom response of Doorkeeper token API
The response would be like this:
{ "data": { "id": "5", "type": "token", "attributes": { "access_token": "93N1shlgeZn4fFwmYiSMWPNV-42WuhA5vuPMmIem2Ik", "token_type": "Bearer", "expires_in": 7200, "refresh_token": "iJ3G_pKCJioyDw22zfFBYp2ExVRd8Vt0lGtKNgjNWvM", "created_at": 1623987725 } } }
Generated by :no_entry_sign: Danger
Resolve #58
What happened
Fix: Value Type of Identification in API Response
Insight
Change the custom response of Doorkeeper token API
Proof Of Work
The response would be like this: