Skip to content

Commit

Permalink
Adjust spec notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed committed Mar 26, 2024
1 parent f4af675 commit e2a6302
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Codecs/Credential.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
* an opaque string without inspection or modification. This library makes
* the following promises:
*
* - The opaque strings will not be outside of the base64 character range
* (A-Za-z0-9/+=)
* - The opaque strings will not be outside of the base64(+url) character range
* (A-Za-z0-9-_/+=)
* - The opaque strings are versioned, and if a new version is introduced,
* there will be an upgrade/conversion path
* - The opaque strings will not exceed 64KiB (65535 bytes)
Expand All @@ -46,7 +46,7 @@
* Format spec:
*
* A CredentialObj shall be encoded to a string.
* That string shall be a base64-encoded representation of:
* That string shall be a base64url-encoded representation of:
*
* [ version ] [ version-specific data ]
*
Expand Down

0 comments on commit e2a6302

Please sign in to comment.