keycloak improve flow correct path
This commit is contained in:
parent
d04662795c
commit
9462fc6799
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user