aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm/src/web/login.rs
Commit message (Expand)AuthorAgeFilesLines
* just return a future from the handler functionJesse Luehrs2019-12-181-27/+51
* pull auth_client out into its own fieldJesse Luehrs2019-11-271-1/+6
* simplifyJesse Luehrs2019-11-271-17/+3
* make plain logins also hit the serverJesse Luehrs2019-11-261-5/+129
* store more information about the login stateJesse Luehrs2019-11-261-1/+4
* make logins persistentJesse Luehrs2019-11-251-2/+12
* start working on the login flowJesse Luehrs2019-11-231-0/+26