Forcefully set grant lifetime

This commit is contained in:
Konstantin Wohlwend 2024-12-01 01:53:07 -08:00
parent 513f4cc15d
commit 1b84d27430

View File

@ -319,7 +319,7 @@ export async function createOidcProvider(options: { id: string, baseUrl: string
});
grant.addOIDCScope('openid profile');
const grantId = await grant.save();
const grantId = await grant.save(60 * 60 * 24);
const result = {
login: {