Adam Mcgrath
Adam Mcgrath
Hi @Roustalski - we do have plans to manage these types in the long term, but don't have an ETA for you I'm afraid. For the time being you should...
Thanks for raising this @Pipeliner I don't see a short term solution to this, but I'll leave this open as an enhancement for when we consider the next iteration of...
@AndreasA - thanks for raising this I wonder if we can use the raw ID Token, or Access Token since they always change, even in the Refresh Grant - rather...
FYI, this update is waiting on some changes in the upstream spa js sdk
Hi @parkerault 👋 Yep, multiple SPA clients was added in https://github.com/auth0/auth0-spa-js/releases/tag/v1.18.0 so this should be on our roadmap Happy to look at a PR, with the caveat that it might...
Hi @ykmg Looking at https://auth0.com/docs/api/management/v2#!/Actions/patch_bindings Could you try: ```js var data = { "bindings": [ { "ref": { "type": "action_id", "value": ACTION_ID1 } }, { "ref": { "type": "action_name", "value":...
Closing due to inactivity, ping me if you want to reopen
Sure, happy to look at a PR. Although see my comment https://github.com/adamjmcgrath/react-native-simple-auth/pull/86#issuecomment-352185403 about including `react-native-safari-view`
It looks like deep links are not set up correctly on your application. Make sure you follow the instructions in: https://github.com/adamjmcgrath/react-native-simple-auth#install Which point to: https://facebook.github.io/react-native/docs/linking-libraries-ios.html#manual-linking And the instructions on how...
Ah ok, so this happens when you don't accept the 'Open this page in "VizzleR"' dialog - I didn't get that from the screencast. Yes, Universal Links might be a...