Skip to content

Conversation

@f3cp
Copy link

@f3cp f3cp commented May 28, 2024

Description

The secret that is set using the SetSecret method of the Lcobucci Provider is not used when encoding/decoding.
This is due to the secret only being applied when the config is generated when the provider is first being constructed.

To fix the issue, the config needs to be regenerated after the new Secret has been set.

Fixes #2258 #2234 #2215

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

JWTAuth::getJWTProvider()->setSecret( ... dosent work

1 participant