about summary refs log tree commit diff
path: root/Cargo.toml
AgeCommit message (Collapse)AuthorFilesLines
2019-02-13 chore(Cargo): Bump version to 1.0.0Vincent Ambo1-1/+1
This library has been running in a production codebase for a while and can be considered stable. There is a minor breaking change between this version and the previous 0.1.0 in that the `ValidationError` enum has gained additional variants.
2019-02-13 chore(Cargo): Update base64 dependencyVincent Ambo1-2/+2
2018-09-04 chore: Add repository URL to Cargo manifestVincent Ambo1-0/+1
2018-09-04 chore: License under GPL-3.0-or-laterVincent Ambo1-0/+4
2018-09-04 feat: Implement claim validationVincent Ambo1-2/+2
Implements initial validations of token claims. The included validations are: * validation of token issuer * validation of token audience * validation that a subject is set * validation that a token is not expired
2018-09-04 feat: Add initial public API skeletonVincent Ambo1-0/+11