just a few more circular dependencies

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2025-06-16 10:43:28 +02:00
parent 2c95bc5190
commit 0169b23ed3
9 changed files with 19 additions and 14 deletions
@@ -15,10 +15,7 @@
*/
import { InputError } from '@backstage/errors';
import {
BackstageIdentityResponse,
BackstageSignInResult,
} from '@backstage/plugin-auth-node';
import { BackstageIdentityResponse, BackstageSignInResult } from '../types';
function parseJwtPayload(token: string) {
const [_header, payload, _signature] = token.split('.');