mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
* Added support for account signing keys. When account signing keys change the validity of the client JWT and token imports need to be checked as well as it is possible for the signing key used to sign the user or import token to have been removed from the source account.
11 lines
286 B
Modula-2
11 lines
286 B
Modula-2
module github.com/nats-io/gnatsd
|
|
|
|
require (
|
|
github.com/nats-io/go-nats v1.7.2
|
|
github.com/nats-io/jwt v0.2.4
|
|
github.com/nats-io/nkeys v0.0.2
|
|
github.com/nats-io/nuid v1.0.1
|
|
golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a
|
|
golang.org/x/sys v0.0.0-20190411185658-b44545bcd369
|
|
)
|