JWT tokens signed using NKeys for Ed25519 for the NATS ecosystem
Description
A JWT implementation that uses nkeys to digitally sign JWT tokens. Nkeys use
Ed25519 to provide authentication of JWT claims.
This package provides symbolic links that alias the following Go import paths to
github.com/nats-io/jwt:
– github.com/nats-io/jwt/v2
Aliasing Go import paths via symbolic links or http redirects is fragile. If
your Go code depends on this package, you should patch it to import directly
github.com/nats-io/jwt.