bonjourclaudio
bonjourclaudio
> I just implemented a similar thing. The docs are pretty straightforward. https://godoc.org/github.com/dgrijalva/jwt-go#example-ParseWithClaims--CustomClaimsType > > It's a little unclear what `var claims` is in your code. Looking at the source,...
> Perhaps. > I'm on go 1.12 using modules; It grabbed github.com/dgrijalva/jwt-go v3.2.0+incompatible > Hope this helps. I was using Go V1.13 and jwt-go V3.2.0... Problem still persists on 1.12.
Same with Angular 5 here