0

not sure what i changed, if anything

but my previously working code calling another microservice now fails because invalid jwt token

fml

Comments
  • 0
    did the token have an expire date
  • 2
    Should have used sjw token
  • 0
    Sounds like an expired token. You either have to get a new one using your credentials/api-token or you have to refresh it using the refresh_token if available. Depends on your authentication strategy.
Add Comment