keycloak improve flow correct path

This commit is contained in:
alma 2026-01-02 14:03:07 +01:00
parent d04662795c
commit 9462fc6799

View File

@ -1,6 +1,6 @@
import { NextRequest, NextResponse } from 'next/server'; import { NextRequest, NextResponse } from 'next/server';
import { getServerSession } from 'next-auth/next'; import { getServerSession } from 'next-auth/next';
import { authOptions } from '../../options'; import { authOptions } from '../options';
/** /**
* API endpoint to refresh Keycloak session cookies * API endpoint to refresh Keycloak session cookies