about summary refs log tree commit diff
path: root/net/alcoholic_jwt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-21 chore(alcoholic_jwt): Prepare for depot mergeVincent Ambo6-0/+1268
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