lexik / LexikJWTAuthenticationBundle

JWT authentication for your Symfony API
MIT License
2.52k stars 611 forks source link

Fixed definitions for AccessTokenBuilder #1210

Closed CvekCoding closed 7 months ago

CvekCoding commented 7 months ago

Fixed definition for AccessTokenBuilder in nullable arguments Fixed encryption arguments in AccessTokenLoader's constructor

flohw commented 7 months ago

Hi @CvekCoding

You targeted branch 2 while your development branch is on the 3.x. Please use the 2 branch, I think.

I read your issue too, but I am not the most qualified to know if your changes are valid or not.

CvekCoding commented 7 months ago

@flohw oh, thanks).

I will rework it

CvekCoding commented 7 months ago

Close, see https://github.com/lexik/LexikJWTAuthenticationBundle/pull/1211