Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adapter.http: rename IdentifierConverter to Base64URLConverter #30

Merged
merged 1 commit into from
Mar 31, 2024

Conversation

jkhsjdhjs
Copy link

The IdentifierConverter is also used to decode values from URLs, that aren't necessarily Identifiers, e.g. Qualifier types. Thus, a name like Base64URLConverter suits its use better and is also more expressive.

For the same reasons, the key identifier, which was used for the IdentifierConverter, is renamed to base64url.

The `IdentifierConverter` is also used to decode values from URLs, that
aren't necessarily Identifiers, e.g. Qualifier types. Thus, a name like
`Base64URLConverter` suits its use better and is also more expressive.

For the same reasons, the key `identifier`, which was used for the
`IdentifierConverter`, is renamed to `base64url`.
Copy link
Collaborator

@Frosty2500 Frosty2500 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Frosty2500 Frosty2500 merged commit 301e924 into feature/http_api Mar 31, 2024
14 checks passed
@Frosty2500 Frosty2500 deleted the http_api/rename_IdentifierConverter branch March 31, 2024 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants