about summary refs log tree commit diff
path: root/kittybox-rs/indieauth/src/scopes.rs
Commit message (Expand)AuthorAgeFilesLines
* Moved the entire Kittybox tree into the rootVika2023-07-291-208/+0
* kittybox-indieauth: Allow converting more types to/from stringsVika2022-09-191-0/+6
* kittybox-indieauth: document the entire crateVika2022-07-221-0/+10
* kittybox-indieauth: improve docs and the Error typeVika2022-07-191-1/+2
* kittybox-indieauth: improve types and make more of them publicVika2022-07-101-1/+1
* kittybox-indieauth: implement FromStr for ScopesVika2022-07-101-3/+12
* Security bugfix: fix Scopes::has_all() incorrectly checking scopesVika2022-07-101-2/+15
* kittybox-indieauth: initVika2022-07-101-0/+169