aboutsummaryrefslogtreecommitdiffstats
path: root/src/oauth.rs
Commit message (Expand)AuthorAgeFilesLines
* fall back to /etc and /var if ~/.config files don't existJesse Luehrs2019-10-201-13/+20
* configure oauth through the config file tooJesse Luehrs2019-10-201-0/+4
* improve error messagesJesse Luehrs2019-10-191-4/+8
* also factor out client auth id savingJesse Luehrs2019-10-171-0/+14
* the server stored tokens should also be data, not cacheJesse Luehrs2019-10-171-4/+5
* factor out caching of the client oauth idJesse Luehrs2019-10-171-0/+18
* simplifyJesse Luehrs2019-10-161-1/+2
* remove some unnecessary movesJesse Luehrs2019-10-161-2/+2
* cache refresh tokens and use them when the existJesse Luehrs2019-10-161-9/+59
* start implementing oauth authenticationJesse Luehrs2019-10-151-0/+82