Update OAuth2ProviderService.ts
This commit is contained in:
parent
150a6f80d0
commit
2c6379649a
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ export class OAuth2ProviderService {
|
||||||
// },
|
// },
|
||||||
// });
|
// });
|
||||||
|
|
||||||
// XXX: But MemoryKVCache just grows forever without being cleared...
|
// XXX: But MemoryKVCache just grows forever without being cleared if grant codes are left unused
|
||||||
const grantCodeCache = new MemoryKVCache<{
|
const grantCodeCache = new MemoryKVCache<{
|
||||||
clientId: string,
|
clientId: string,
|
||||||
userId: string,
|
userId: string,
|
||||||
|
|
Loading…
Reference in a new issue