fix: .js toevoegen aan imports
This commit is contained in:
parent
0b2c90c8b5
commit
d9f7b500c8
6 changed files with 13 additions and 13 deletions
|
@ -5,7 +5,7 @@ import jwksClient from 'jwks-rsa';
|
|||
import * as express from "express";
|
||||
import * as jwt from "jsonwebtoken";
|
||||
import {AuthenticatedRequest} from "./authenticated-request.js";
|
||||
import {AuthenticationInfo} from "./authentication-info";
|
||||
import {AuthenticationInfo} from "./authentication-info.js";
|
||||
|
||||
function createJwksClient(uri: string): jwksClient.JwksClient {
|
||||
return jwksClient({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue