| Commit message (Expand) | Author | Age | Files | Lines |
* | Use tokens from the auth backend to authenticate for Micropub | Vika | 2022-09-28 | 1 | -0/+5 |
* | indieauth: add "token_type" and "scope" to token grant response | Vika | 2022-09-28 | 1 | -0/+21 |
* | kittybox-indieauth: fix extraneous padding in PKCE challenges | Vika | 2022-09-20 | 2 | -5/+25 |
* | kittybox-indieauth: Allow converting more types to/from strings | Vika | 2022-09-19 | 3 | -0/+41 |
* | indieauth: replace numerous placeholders in the prototype | Vika | 2022-07-27 | 1 | -3/+6 |
* | kittybox-indieauth: fix AuthorizationRequest doctest | Vika | 2022-07-22 | 1 | -2/+3 |
* | kittybox-indieauth: document the entire crate | Vika | 2022-07-22 | 3 | -23/+333 |
* | kittybox-indieauth: axum helpers for responses | Vika | 2022-07-22 | 1 | -0/+40 |
* | kittybox-indieauth: convert Error into axum::response::Response | Vika | 2022-07-19 | 1 | -0/+14 |
* | kittybox-indieauth: improve docs and the Error type | Vika | 2022-07-19 | 2 | -22/+97 |
* | WIP: IndieAuth progress | Vika | 2022-07-15 | 2 | -3/+7 |
* | Add enum for requests that the authorization endpoint may encounter | Vika | 2022-07-15 | 1 | -1/+8 |
* | kittybox-indieauth: add From impls for TokenIntrospectionResponse | Vika | 2022-07-15 | 1 | -0/+16 |
* | kittybox-indieauth: improve types and make more of them public | Vika | 2022-07-10 | 3 | -14/+49 |
* | kittybox-indieauth: implement FromStr for Scopes | Vika | 2022-07-10 | 1 | -3/+12 |
* | Security bugfix: fix Scopes::has_all() incorrectly checking scopes | Vika | 2022-07-10 | 1 | -2/+15 |
* | kittybox-indieauth: init | Vika | 2022-07-10 | 3 | -0/+499 |