Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kittybox-indieauth: separate ProfileUrl struct from GrantResponse | Vika | 2024-08-18 | 1 | -7/+11 |
| | | | | Seems to be useful on its own. | ||||
* | kittybox-indieauth: small code cleanups | Vika | 2024-08-17 | 3 | -8/+15 |
| | |||||
* | kittybox-indieauth: allow using custom RNGs for PKCE | Vika | 2024-08-17 | 1 | -1/+10 |
| | |||||
* | kittybox-indieauth: allow using custom RNGs for state | Vika | 2024-08-17 | 1 | -2/+14 |
| | |||||
* | kittybox-indieauth: AuthorizationRequest::into_query_pairs() | Vika | 2024-08-17 | 1 | -1/+37 |
| | | | | | | | | This is a more efficient way of appending to a query string, as it avoids a needless copy and borrows most things instead. We can't really avoid copying here, since we'll need to write to the query string, but we can avoid an extra copy by borrowing most of our way through. | ||||
* | kittybox-indieauth: 0.1.0 -> 0.2.0 | Vika | 2024-07-09 | 1 | -7/+110 |
| | | | | | | | | | Added fundamental AutoAuth types. This library can now be used to augment existing authorization and token endpoints with AutoAuth capabilities. See https://github.com/sknebel/AutoAuth/blob/master/AutoAuth.md for the latest spec draft. | ||||
* | lint: no extra whitespace on line endings | Vika | 2024-01-29 | 2 | -4/+4 |
| | |||||
* | Moved the entire Kittybox tree into the root | Vika | 2023-07-29 | 3 | -0/+1113 |