You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.
Yup we'll post something up when it's ready. Like we talked about in Slack (which I think was after you posted this) we have somethings to work out to support OAuth on mobile. It currently supports authenticating if you are able to get the access_token already but if you can't then we have some work to do still.
AsyncStorage requires values to be strings and we are currently setting
null
. See this line.We probably need to JSON stringify and parse values or something.
The text was updated successfully, but these errors were encountered: