Replies: 1 comment 1 reply
-
First, sorry everyone for my absence, but the things here is quite complicated since these things of war, etc... If I understood the discussion: And now about your issue, the keys are configured by the config file, if you want to change it dynamically it's required to do it by the runtime. It's that you want to? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to set public key dynamically, it worked in v1.x.x, but now Lcobucci provider doesn't read the key anymore...
config/jwt.php
'public' => env('JWT_PUBLIC_KEY', 'path/to/public.pem',
\Lcobucci\JWT\Validation\Validator::validate
\Log::info($constraints);
When I change the key in config/jwt.php my methods work. What are the changes required to make this work again?
Beta Was this translation helpful? Give feedback.
All reactions