0

I have created an app that generates user api keys using a discourse site. They are returned as an encrypted payload as a parameter within the return url.

Initially I was using WebView which worked fine but wouldn't allow users to login using Google due to security risks and this is a very important part of the app. I need to be able to read the payload parameter and store that in the app for making API calls.

I have tried multiple NativeScript plugins including AdvancedWebView, AwesomeWebView and investigated many others that don't seem to reach my requirements.

Is what i'm asking possible in NativeScript-Vue? If not how would I do it?

WillMac997
  • 113
  • 3
  • 9
  • How you have implemented Chrome Custom Tabs, are you using any plugin? – Manoj Dec 17 '19 at 13:36
  • @Manoj I've implemented Chrome Custom Tabs using the aforementioned plugins but these do not allow me to read the payload returned in the query string after authorisation has been completed and the user is redirected. – WillMac997 Dec 17 '19 at 20:15

0 Answers0