web-token / jwt-framework

JWT Framework
MIT License
888 stars 105 forks source link

Add Base64UrlSafe utility and refactor code references #576

Closed Spomky closed 3 months ago

Spomky commented 3 months ago

This commit adds the utility Base64UrlSafe to provide methods for encoding and decoding in Base64UrlSafe format. Simultaneously, the commit also updates multiple files across the library to use this utility instead of the previously used ParagonIE\ConstantTime\Base64UrlSafe. This change will ensure consistent use of this utility throughout the project, promoting maintainability and ease of updating in the future, if required.

Target branch: Resolves issue #

Includes: