Added auto-saving and some other quality of life editing changes.

This commit is contained in:
Gareth Latty
2020-05-23 20:31:11 +01:00
parent 7cd9f9d30b
commit 19ee41d04b
15 changed files with 189 additions and 84 deletions
+1 -5
View File
@@ -18,11 +18,7 @@ import { default as Zip } from "express-easy-zip";
import * as Errors from "./errors";
import { default as Jwks } from "jwks-rsa";
import * as util from "util";
import {
default as Jwt,
GetPublicKeyOrSecret,
VerifyErrors,
} from "jsonwebtoken";
import { default as Jwt } from "jsonwebtoken";
import { AuthFailure } from "./errors";
interface TwitchClaims {