Firesphere / silverstripe-graphql-jwt

JWT Authentication for GraphQL
GNU General Public License v3.0
19 stars 24 forks source link

Error: Replicating claims as headers is deprecated and will removed from v4.0. #35

Open markdynamo6 opened 3 years ago

markdynamo6 commented 3 years ago

We are suddenly getting this on a fresh install:

Replicating claims as headers is deprecated and will removed from v4.0. Please manually set the header if you need it replicated.

Seems to be an issue with lcobucci/jwt. Is this something you've seen?

Just looked through the pull requests and might be related to https://github.com/Firesphere/silverstripe-graphql-jwt/pull/32#issuecomment-741125296

Firesphere commented 3 years ago

Yes, you're probably best off checking in on #32 and/or @tractorcow on this issue