mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
[added] support for jwt account option DisallowBearer (#3127)
* [added] support for jwt account option DisallowBearer change 3 out of 3. Fixes #3084 corresponds to: https://github.com/nats-io/jwt/pull/177 https://github.com/nats-io/nsc/pull/495 update jwt library to 2.3.0 Signed-off-by: Matthias Hanel <mh@synadia.com>
This commit is contained in:
2
go.mod
2
go.mod
@@ -5,7 +5,7 @@ go 1.17
|
||||
require (
|
||||
github.com/klauspost/compress v1.15.5
|
||||
github.com/minio/highwayhash v1.0.2
|
||||
github.com/nats-io/jwt/v2 v2.2.1-0.20220330180145-442af02fd36a
|
||||
github.com/nats-io/jwt/v2 v2.3.0
|
||||
github.com/nats-io/nats.go v1.16.0
|
||||
github.com/nats-io/nkeys v0.3.0
|
||||
github.com/nats-io/nuid v1.0.1
|
||||
|
||||
Reference in New Issue
Block a user