Skip to content

all: All JSON output/input should be using _ instead of camelCase #777

@aeneasr

Description

@aeneasr

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.

Metadata

Metadata

Labels

breaking changeChanges behavior in a breaking manner.featNew feature or request.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions