Skip to content

Releases: nats-io/jwt

v0.2.12

24 Jul 20:08
290bca1
Compare
Choose a tag to compare

Added utility code that formats credential files, nkeys, and JWTs, as well as strips them out for processing.

v0.2.10

16 Jul 13:10
a0b714b
Compare
Choose a tag to compare

Relaxed validation of service URLs to enable legacy JWTs or JWTs that don't specify it work.
Changed ClaimsData.encode() to ClaimsData.Encode() to allow custom claim types that are not in the jwt package reuse the encoding of the shared fields.

v0.2.8

21 Jun 16:36
1e363c9
Compare
Choose a tag to compare

Added OperatorServiceURLs to the OperatorClaim enabling tools to have access to NATS urls where they can create connections for the operator.

v0.2.6

22 May 14:19
eef2027
Compare
Choose a tag to compare
  • Added account JWT server url field.

v0.2.4

18 Apr 17:58
ef45966
Compare
Choose a tag to compare

Some refactorings of the API - removed AccountClaims#AddSigningKey and replaced with a more generic way of managing the list.

v0.2.2

11 Apr 23:37
09146bd
Compare
Choose a tag to compare

Added IssuerAccount to Activation/User claims - enabling tracking the account jwt when the issuer is a signing key.

v0.2.0

11 Apr 20:49
780c296
Compare
Choose a tag to compare

Added support for account signing keys

Release v0.1.0

09 Apr 23:41
Compare
Choose a tag to compare

Added Account Operator Limits for LeafNode connections.

v0.0.8

13 Dec 04:28
Compare
Choose a tag to compare

Removed constraint where services couldn't have wildcards

v0.0.6

08 Dec 02:04
Compare
Choose a tag to compare
Added a convenience function to return errors from validation results