Mariano César D'Angelo
Mariano César D'Angelo
@x4th I am looking for a way to parameterize all response objects like this: ```js return { token: 'ja38fha38ofhsufahlsih3feails3f', username: 'john', firstName: 'John', lastName: 'Smith' } ``` throughout the entire...
Same issue here. Did you solve it? @alina-beck
Same problem > I encountered the same problem, even when I changed it to other auth method like Twitter. It turned out that there should be additional config `android:launchMode="singleTask"` in...
@Nohcho Are you using React in [StrictMode](https://es.reactjs.org/docs/strict-mode.html) ? Because it can be related to #56