about summary refs log tree commit diff
path: root/kittybox-rs/src/indieauth/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* cargo update, part 2: AxumVika2023-07-171-16/+21
* main: refactor Kittybox constructionVika2023-06-221-0/+1
* Smallish code tweaksVika2023-06-151-1/+3
* indieauth: parse application metadataVika2022-10-241-23/+58
* templates: move static assets to the templates crateVika2022-10-071-2/+2
* Use tokens from the auth backend to authenticate for MicropubVika2022-09-281-0/+72
* Fix some clippy errorsVika2022-09-281-0/+3
* indieauth: add "token_type" and "scope" to token grant responseVika2022-09-281-1/+5
* Make webauthn and openssl optionalVika2022-09-191-3/+16
* feat: indieauth supportVika2022-09-191-125/+291
* kittybox-templates: split out MF2 rendering and get rid of log crateVika2022-07-271-1/+0
* indieauth: replace numerous placeholders in the prototypeVika2022-07-271-25/+150
* kittybox-indieauth: axum helpers for responsesVika2022-07-221-13/+13
* indieauth: Indicate refresh token grant as supportedVika2022-07-191-1/+1
* kittybox-indieauth: convert Error into axum::response::ResponseVika2022-07-191-22/+22
* indieauth: improve security checksVika2022-07-191-2/+29
* Implement /.well-known/oauth-authorization-serverVika2022-07-191-22/+38
* kittybox-indieauth: improve docs and the Error typeVika2022-07-191-14/+60
* WIP: IndieAuth progressVika2022-07-151-0/+369