Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-13 | chore(Cargo): Bump version to 1.0.0 | Vincent Ambo | 1 | -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 dependency | Vincent Ambo | 1 | -2/+2 | |
2018-09-04 | chore: Add repository URL to Cargo manifest | Vincent Ambo | 1 | -0/+1 | |
2018-09-04 | chore: License under GPL-3.0-or-later | Vincent Ambo | 1 | -0/+4 | |
2018-09-04 | feat: Implement claim validation | Vincent Ambo | 1 | -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 skeleton | Vincent Ambo | 1 | -0/+11 | |