Hello,
It seems to me that auth codes are being cleaned up from the database almost immediately(on the every run of the ClearTokens()
Was not able to see them in the DocumentDB up until I've commented out
await ClearTokensFromRepository(_authorizationCodeRepository, expiry);
AuthorizationCodeLifetime is set to an hour.
Hello,
It seems to me that auth codes are being cleaned up from the database almost immediately(on the every run of the ClearTokens()
Was not able to see them in the DocumentDB up until I've commented out
await ClearTokensFromRepository(_authorizationCodeRepository, expiry);
AuthorizationCodeLifetime is set to an hour.