Joshua Johnsgaard
Joshua Johnsgaard
I have been looking for an answer for the `refresh token` for quite some time now. Ideally I would like to keep using Expo and not have to eject my...
I have to look into documentation on PKCE. I tried to implement it but I don’t know what to do with the code coming back. I am savvy with the...
@msevestre Looking at that article I did that exact approach... with some minor tweaks because `btoa` (base64 encoding) needed to use the `react-native-base64` library. So with all of that I...
@tiagob In my case I want to implement a SSO system for end users so they don’t have to keep logging in after hard closing the app. I haven’t fully...
@mekanics Amazing 👏 I updated my `@react-native/babel-preset` but I still can't seem to get it to respond. I am wondering if I am doing something wrong when bundling the app...
I also confirmed that the endpoint works inside the safari of the simulated iOS device: I couldn't get the plugin change to work though 😕
Yeah, unfortunately I can't get it passed the (pending) step no matter what I do. The strange thing is it works in android, curl requests are completely fine, but when...
@hakonk I will take a look ASAP. Do you have a version number?
@hakonk I can't seem to install `react-native#fix/data-race-RCTNetworkTask` branch. Will you update me when this merges and I will try to update my `react-native` version and test this.