Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructure authorization flow | Rutger Broekhoff | 2024-03-30 | 1 | -51/+51 |
| | | | | | Tried to write verify_claims such that the happy path is to the left as much as possible. | ||||
* | Use serde_json::json! instead of manually generating JSON | Rutger Broekhoff | 2024-01-26 | 1 | -21/+0 |
| | |||||
* | Clean up part of the code | Rutger Broekhoff | 2024-01-26 | 1 | -5/+6 |
| | |||||
* | Remove Go and C source | Rutger Broekhoff | 2024-01-24 | 1 | -0/+368 |
The Rust implementation now implements all features I need |