auth path

This commit is contained in:
DirkSchlossmacher 2023-11-13 13:08:54 +01:00
parent 76046cb243
commit 44a9b01a5e

View File

@ -7,6 +7,7 @@ import AzureADProvider from "next-auth/providers/azure-ad";
import { incrementSignInCount, incrementSessionRefreshCount } from './utils/cloud/redisRestClient';
/**
* Module augmentation for `next-auth` types. Allows us to add custom properties to the `session`
* object and keep type safety.