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
Replace `spomky-labs/base64url` with `paragonie/constant_time_encodin…
…g` (#397)
* Replace `spomky-labs/base64url` with `paragonie/constant_time_encoding`
* Directly using the `Base64UrlSafe` class
* Add composer package `paragonie/constant_time_encoding`
More precise typing on PHP 8.1 (#340)
* Add #[\ReturnTypeWillChange] attribute for PHP 8.1 compatibility.
* Update tab to space.
* A different approach that works across all version.