mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-14 10:10:42 -07:00
Also prevent nats based account resolver from storing invalid jwt Updated compress and highwayhash Signed-off-by: Matthias Hanel <mh@synadia.com>
11 lines
165 B
Modula-2
11 lines
165 B
Modula-2
module github.com/nats-io/jwt/v2
|
|
|
|
require (
|
|
github.com/nats-io/jwt v1.2.2
|
|
github.com/nats-io/nkeys v0.3.0
|
|
)
|
|
|
|
replace github.com/nats-io/jwt v1.2.2 => ../
|
|
|
|
go 1.14
|