about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2019-12-21 chore(alcoholic_jwt): Prepare for depot mergeVincent Ambo8-22/+0
2019-02-13 chore(Cargo): Bump version to 1.0.0Vincent Ambo2-2/+1
2019-02-13 fix: Allow trailing bits in base64 encodingsVincent Ambo1-12/+27
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 feat(build): Configure Travis CI buildsVincent Ambo2-0/+9
2018-09-04 chore: Make JWKS type CloneableVincent Ambo1-4/+4
2018-09-04 fix: validate() does not require ownership of the token stringVincent Ambo1-5/+5
2018-09-04 chore: License under GPL-3.0-or-laterVincent Ambo4-0/+708
2018-09-04 docs: Update README to match new library APIVincent Ambo2-36/+31
2018-09-04 feat: Implement claim validationVincent Ambo2-7/+109
2018-09-04 fix: Handle warning about unused kty & alg fieldsVincent Ambo1-0/+1
2018-09-04 test: Ensure library doctest compiles & runs correctlyVincent Ambo1-26/+41
2018-09-04 refactor: Pass 'String' to token_kid instead of internal typeVincent Ambo2-4/+4
2018-09-04 feat: Initial implementation of 'validate' functionVincent Ambo1-2/+24
2018-09-04 feat: Introduce ValidJWT type to represent validated & decoded JWTVincent Ambo1-0/+18
2018-09-04 refactor: Introduce helper for deserialising token partsVincent Ambo1-10/+23
2018-09-04 feat: Implement extraction of KIDs from unvalidated tokensVincent Ambo2-2/+32
2018-09-04 test: Add simple test for working JWT validationVincent Ambo1-0/+17
2018-09-04 feat: Introduce validation of JWT signaturesVincent Ambo1-6/+39
2018-09-04 refactor: Move tests to separate fileVincent Ambo2-9/+23
2018-09-04 refactor: Use error enum + result type alias for failuresVincent Ambo1-11/+26
2018-09-04 feat: Add initial public API skeletonVincent Ambo3-0/+200
2018-09-04 docs: Add code of conductVincent Ambo1-0/+20
2018-09-04 docs: Add initial READMEVincent Ambo1-0/+63