aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm/src/oauth.rs
Commit message (Expand)AuthorAgeFilesLines
* make the oauth client a struct instead of a traitJesse Luehrs2019-12-181-37/+81
* move client id file manipulation out of oauthJesse Luehrs2019-12-161-38/+0
* bump oauth2Jesse Luehrs2019-12-071-6/+8
* fix confusing type signatureJesse Luehrs2019-11-281-1/+1
* rethink how oauth logins need to workJesse Luehrs2019-11-271-36/+14
* better error messagesJesse Luehrs2019-11-271-1/+1
* make the oauth methods return both tokensJesse Luehrs2019-11-271-6/+8
* implement logging in with the oauth tokens on the server sideJesse Luehrs2019-11-271-10/+30
* calculate the redirect_url for web oauth tooJesse Luehrs2019-11-271-0/+4
* allow multiple oauth configurations using the same auth typeJesse Luehrs2019-11-261-1/+1
* shorter namesJesse Luehrs2019-11-161-7/+5
* use workspacesJesse Luehrs2019-11-151-0/+181