jglanfield
jglanfield
Where exactly did you make that change?
So, I tried the following, but I still get the interactionNotAllowed error: ``` struct Authentication: GenericPasswordSecureStorable, CreateableSecureStorable, ReadableSecureStorable { let accessToken: String let refreshToken: String let service = LocksmithDefaultService let...
Suppose I should use `afterFirstUnlock`.
We were having the same issue, but then found we were caching data incorrectly. Make sure you set keepSynced(true) on your database references, and then see if that helps.