Tidied up JWT ops

This commit is contained in:
n1474335 2021-02-09 14:14:59 +00:00
parent 5bc523aeff
commit 9fdd55c5c6
3 changed files with 3 additions and 8 deletions

View file

@ -3,11 +3,9 @@
* @copyright Crown Copyright 2018
* @license Apache-2.0
*/
import Operation from "../Operation.mjs";
import jwt from "jsonwebtoken";
import OperationError from "../errors/OperationError.mjs";
import {JWT_ALGORITHMS} from "../lib/JWT.mjs";