about summary refs log tree commit diff
path: root/Cargo.toml
AgeCommit message (Collapse)AuthorFilesLines
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