about summary refs log tree commit diff
path: root/src/tests.rs
AgeCommit message (Expand)AuthorFilesLines
2018-09-04 chore: License under GPL-3.0-or-laterVincent Ambo1-0/+15
2018-09-04 refactor: Pass 'String' to token_kid instead of internal typeVincent Ambo1-1/+1
2018-09-04 feat: Implement extraction of KIDs from unvalidated tokensVincent Ambo1-0/+9
2018-09-04 test: Add simple test for working JWT validationVincent Ambo1-0/+17
2018-09-04 refactor: Move tests to separate fileVincent Ambo1-0/+20