You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, the OAuth2 spec uses underscores to for word separation. For example, expires_at and access_token. The same applies to the client endpoint.
Some endpoints however, specifically the consent and warden endpoints, use camelCase. This leads to inconsistencies between the APIs without good reason.
We should use underscores in JSON payloads and query parameters everywhere in order for a coherent API.
The text was updated successfully, but these errors were encountered:
Unfortunately, the OAuth2 spec uses underscores to for word separation. For example,
expires_at
andaccess_token
. The same applies to the client endpoint.Some endpoints however, specifically the consent and warden endpoints, use camelCase. This leads to inconsistencies between the APIs without good reason.
We should use underscores in JSON payloads and query parameters everywhere in order for a coherent API.
The text was updated successfully, but these errors were encountered: