Skip to content

Releases: choria-io/tokens

0.0.3

18 Sep 08:12
v0.0.3
9eaa726
Compare
Choose a tag to compare

Maintenance

  • Update dependencies and require currently-supported Go versions.

0.0.2

18 Apr 09:55
v0.0.2
2b614bf
Compare
Choose a tag to compare

Enhancements

  • Adds a TokenSigningAlgorithm() helper method to determine the signing algortihm for a token

v0.0.1

16 Feb 14:53
v0.0.1
7f04bfd
Compare
Choose a tag to compare

Initial Release

This extracts the github.com/choria-io/go-choria/tokens package into a standalone dependencies. The NatsConnectionHelpers() function is generically useful for 3rd party tools wishing to connect to Choria Brokers but we did not wish to pull in the entire Choria dependency tree.

So this quite small package package extracts all the JWT handling and associated helpers.