Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 | 3 | -0/+200 |
2018-09-04 | docs: Add code of conduct | Vincent Ambo | 1 | -0/+20 |
2018-09-04 | docs: Add initial README | Vincent Ambo | 1 | -0/+63 |