about summary refs log tree commit diff
path: root/kittybox-rs/indieauth/src/pkce.rs
Commit message (Collapse)AuthorAgeFilesLines
* Moved the entire Kittybox tree into the rootVika2023-07-291-132/+0
|
* kittybox-indieauth: fix extraneous padding in PKCE challengesVika2022-09-201-4/+24
|
* kittybox-indieauth: Allow converting more types to/from stringsVika2022-09-191-0/+21
| | | | | Sometimes it is needed, for example, to construct an HTML form pre-filled with the request data.
* kittybox-indieauth: document the entire crateVika2022-07-221-17/+33
| | | | I am procrastinating very hard right now.
* WIP: IndieAuth progressVika2022-07-151-2/+4
| | | | | | | | | | | | - Some kittybox-indieauth crate bugs were fixed - Things should mostly work... - ...if you somehow supply your own backend store - YES I MADE IT MODULAR AGAIN - NO I AM NOT SORRY - YOU WILL THANK ME LATER - DO NOT DENY THE HEAVENLY GIFT OF GENERICS IN RUST - Retrieving profiles doesn't work for now because I am unsure how to implement it best
* kittybox-indieauth: improve types and make more of them publicVika2022-07-101-2/+2
|
* kittybox-indieauth: initVika2022-07-101-0/+73
This crate is the base framework-agnostic implementation of all data structures and methods required for IndieAuth protocol. Anything that can deserialize HTTP request payloads with serde can utilize this crate. This is a good candidate to independently release on crates.io when the interface becomes stable enough.