about summary refs log tree commit diff
path: root/kittybox-rs/indieauth/src/pkce.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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.