Merge pull request #28241 from backstage/rugvip/fixes

internal type fixes
This commit is contained in:
Patrik Oldsberg
2024-12-24 10:44:37 +01:00
committed by GitHub
9 changed files with 23 additions and 14 deletions
@@ -23,7 +23,7 @@ import {
JWSHeaderParameters,
jwtVerify,
} from 'jose';
import { GetKeyFunction } from 'jose/dist/types/types';
import { GetKeyFunction } from 'jose';
import { getBearerTokenFromAuthorizationHeader } from './getBearerTokenFromAuthorizationHeader';
import { IdentityApi, IdentityApiGetIdentityRequest } from './IdentityApi';
import { BackstageIdentityResponse } from '../types';