golang-jwt signature is invalid
Having some trouble validating jwt tokens using golang-jwt. Pretty sure I’m forming the tokens properly because I’m able to print them and they’re being return fine, however when I try to parse them and extract the claims I’m getting an error saying signature is invalid.