depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-04
chore: Make JWKS type Cloneable
Vincent Ambo
1
-4
/
+4
2018-09-04
fix: validate() does not require ownership of the token string
Vincent Ambo
1
-5
/
+5
2018-09-04
chore: License under GPL-3.0-or-later
Vincent Ambo
2
-0
/
+30
2018-09-04
docs: Update README to match new library API
Vincent Ambo
1
-4
/
+7
2018-09-04
feat: Implement claim validation
Vincent Ambo
1
-5
/
+107
2018-09-04
fix: Handle warning about unused kty & alg fields
Vincent Ambo
1
-0
/
+1
2018-09-04
test: Ensure library doctest compiles & runs correctly
Vincent Ambo
1
-26
/
+41
2018-09-04
refactor: Pass 'String' to token_kid instead of internal type
Vincent Ambo
2
-4
/
+4
2018-09-04
feat: Initial implementation of 'validate' function
Vincent Ambo
1
-2
/
+24
2018-09-04
feat: Introduce ValidJWT type to represent validated & decoded JWT
Vincent Ambo
1
-0
/
+18
2018-09-04
refactor: Introduce helper for deserialising token parts
Vincent Ambo
1
-10
/
+23
2018-09-04
feat: Implement extraction of KIDs from unvalidated tokens
Vincent Ambo
2
-2
/
+32
2018-09-04
test: Add simple test for working JWT validation
Vincent Ambo
1
-0
/
+17
2018-09-04
feat: Introduce validation of JWT signatures
Vincent Ambo
1
-6
/
+39
2018-09-04
refactor: Move tests to separate file
Vincent Ambo
2
-9
/
+23
2018-09-04
refactor: Use error enum + result type alias for failures
Vincent Ambo
1
-11
/
+26
2018-09-04
feat: Add initial public API skeleton
Vincent Ambo
1
-0
/
+185