flownative / flow-openidconnect-client

OpenID Connect Client SDK for Flow Framework
MIT License
6 stars 8 forks source link

Replace call to deprecated method forUnsecuredSigner() #59

Closed robertlemke closed 10 months ago

robertlemke commented 10 months ago

The method Lcobucci\JWT\Configuration::forUnsecuredSigner() was deprecated, therefore IdentityToken now uses an alternative way of parsing the JWT.

Resolves #53