kelvinmo/simplejwt

A typo in $additional causes deprecation warning

etet100 opened this issue · 0 comments

Hi. This typo

  • @param string $addtional additional authenticated data as a binary string

is triggering a warning:

User Deprecated: The "SimpleJWT\Crypt\AESCBC_HMACSHA2::encryptAndSign()" method will require a new "string $addtional" argument in the next major version of its interface "SimpleJWT\Crypt\EncryptionAlgorithm", not defining it is deprecated.