paragonie / paseto

Platform-Agnostic Security Tokens
https://paseto.io
Other
3.23k stars 108 forks source link

Undefined array key "ParagonIE\Paseto\Keys\SymmetricKey" #170

Closed oojacoboo closed 1 year ago

oojacoboo commented 1 year ago

Looks like there is a namespace change and inconsistency in 3.1.0 between the $key class being passed in and the expected array key.

Undefined array key "ParagonIE\Paseto\Keys\SymmetricKey" in /srv/www/vendor/paragonie/paseto/src/Purpose.php:154
paragonie-security commented 1 year ago

Fixed in v3.1.1

Thanks for reporting this!