Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kittybox-indieauth: nicer Debug impl for Metadata | Vika | 2024-08-24 | 1 | -1/+23 |
| | | | | Now the URLs are shown in their serialized form. | ||||
* | kittybox-indieauth: implement Display instead of ToString | Vika | 2024-08-23 | 1 | -11/+12 |
| | |||||
* | kittybox-indieauth: switch to dep feature syntax | Vika | 2024-08-19 | 1 | -1/+1 |
| | |||||
* | kittybox-indieauth: fix failing doctest | Vika | 2024-08-18 | 1 | -1/+2 |
| | |||||
* | feat: logins!! | Vika | 2024-08-18 | 1 | -1/+1 |
| | | | | | | | | yes you can finally sign in this is also supposed to show private posts intended for you! maybe i can also reveal my email to those who sign in! :3 | ||||
* | kittybox-indieauth: support transforming strings to PKCEVerifier | Vika | 2024-08-18 | 1 | -0/+5 |
| | | | | for apps that can't hold state for long | ||||
* | kittybox-indieauth: support OAuth2 Client Metadata | Vika | 2024-08-18 | 1 | -1/+114 |
| | | | | Required for new revision of IndieAuth. | ||||
* | 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. | ||||
* | Upgrade dependencies and fix deprecated functionality | Vika | 2024-08-02 | 1 | -2/+2 |
| | | | | | | | I think I managed to not lose any functionality from my dependencies. sqlparser remains unupgraded, but that's mostly because it is only used in one example and it's not worth it to upgrade right now. | ||||
* | kittybox-indieauth: 0.1.0 -> 0.2.0 | Vika | 2024-07-09 | 2 | -8/+111 |
| | | | | | | | | | 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 | 4 | -0/+1144 |