You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting a very strange error using the sample code from jwtauth. The error is at this line:
token:=ctx.Value("jwt").(*jwt.Token)
Solved this issue after remove the vendor folder inside jwtauth project.
Keeping the vendor in a library project isn't a good idea, its better to remove it, the front page of the project has a very big warning about the dependency, its better to handle the dependencies at the application level.
The text was updated successfully, but these errors were encountered:
I'm getting a very strange error using the sample code from jwtauth. The error is at this line:
Solved this issue after remove the vendor folder inside jwtauth project.
Keeping the vendor in a library project isn't a good idea, its better to remove it, the front page of the project has a very big warning about the dependency, its better to handle the dependencies at the application level.
The text was updated successfully, but these errors were encountered: