Releases: scitokens/scitokens-go
Releases · scitokens/scitokens-go
v0.3.3
v0.3.2
v0.3.1
v0.3
- Add IssuerKeyProvider interface
- Add IssuerKeyFetcher, which will fetch keys on demand without caching
- Convert Enforcer to interface
- Rename NewEnforcer to NewEnforcerDaemon to reflect its use of a long-lived IssuerKeyManager
- Add new NewEnforcer that uses IssuerKeyFetcher for one-shot/throwaway enforcers
v0.2
v0.1
clean up TODOs, more error tweaks * I'm happy with the Validate... functions doing parsing and validation, if there's a need we can later add Parse... functions that don't do validation. * Eliminate TokenParseError since it's redundant and unlikely to be of value * new error types for Scope and Group unmarshaling/parsing errors