8 Commits

Author SHA1 Message Date
91303d4e40 refactor: make ensureAuthenticated async 2021-06-08 14:33:14 -07:00
0cdbd33b46 refactor: make authenticated async everywhere
Since this checks if they are authenticated using the hash/password and it's
async, we need to update authenticated to be async, which means we have to
update it everywhere it's used.
2021-06-08 14:33:14 -07:00
58c1be57fa Implement callback endpoints
VS Code uses these during the authentication flow.
2020-12-17 15:49:36 -06:00
72caafe8b0 Fix service worker not loading (#2335)
I removed this under the impression the default was to allow it anywhere
but that's not the case. Since the service worker was already registered
in my browser I never got the error during testing.
2020-11-19 10:18:15 -06:00
182791319a Fix tar authentication
It was checking the request path but for tars the path is in the query
variable so the request path is irrelevant.
2020-11-18 17:15:53 -06:00
210fc049c4 Document VS Code endpoints 2020-11-04 17:07:39 -06:00
112eda4605 Convert routes to Express 2020-10-26 17:56:13 -05:00
9f25cc6d5d Move providers from app to routes 2020-10-20 16:18:27 -05:00