Erkki Nokso-Koivisto
Erkki Nokso-Koivisto
I've been observing random situations where MSALPublicClientApplication.acquireTokenSilent() completionBlock is not being called. The code looks roughly following and is executed in main-thread. ``` let semaphore = DispatchSemaphore(value: 0) let parameters...
https://github.com/leonardoxh/keystore-ultimate/blob/e809fd7b23c429b8139373b3404211a837b994c6/keystore/src/main/java/com/github/leonardoxh/keystore/store/CipherPreferencesStorage.java#L24 Current implementation is using class name (CipherPreferencesStorage) as part of shared preferences name (holding the encrypted data). This won't work if Proguard/obfuscation is used in project; classname of CipherPreferencesStorage...
Hi, coming back to jquery/jquery#3976, would be great to have it mentioned in jQuery Core 3.0 Upgrade Guide.