nimblehq / nimble-survey-web

Nimble Survey API for Mobile Challenge and Certification
0 stars 3 forks source link

Fix: Value Type of Identification in API Response #60

Closed hoangmirs closed 3 years ago

hoangmirs commented 3 years ago

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:

{
    "data": {
        "id": "5",
        "type": "token",
        "attributes": {
            "access_token": "93N1shlgeZn4fFwmYiSMWPNV-42WuhA5vuPMmIem2Ik",
            "token_type": "Bearer",
            "expires_in": 7200,
            "refresh_token": "iJ3G_pKCJioyDw22zfFBYp2ExVRd8Vt0lGtKNgjNWvM",
            "created_at": 1623987725
        }
    }
}
bot-nimble commented 3 years ago
1 Warning
:warning: app/models/survey.rb#L39 - Remove unused methods (survey#find_by)

Generated by :no_entry_sign: Danger