summaryrefslogtreecommitdiffstats
path: root/src/scopes.rs
AgeCommit message (Expand)Author
2020-09-26Remove `HttpSend` and `HttpSender`Paul Woolcock
2020-09-25fix clippy, againPaul Woolcock
2020-09-25use nightly fmtPaul Woolcock
2020-09-25Second fmt passPaul Woolcock
2020-09-25making clippy happyPaul Woolcock
2020-09-25Cargo-fmt passPaul Woolcock
2020-09-25Various cleanup tasksPaul Woolcock
2020-06-11Update to the 2018 editionPaul Woolcock
2020-04-07Use `slice::iter` instead of `into_iter` to avoid future breakageAaron Hill
2020-04-07Make Scopes deserializableOndřej Hruška
2018-12-12Allow constructing Scopes from a stringPaul Woolcock
2018-08-30feat(scopes): Implement granular OAuth scopesPaul Woolcock
2018-08-30move Scopes to their own modulePaul Woolcock