We are currently working on nativescript angular application. We want to authorise users and grant them different permisions. So we decided to use auth0 platform to get that. But saddly we can't find any working example of how to integrate Auth0 platform into nativescript angular applications.
There is a single npm link to plugin that is supposed to support such integration, but this plugin is broken and there are several problematic issues that we faced with and there is no support for that plugin anymore.
Edit: Our client application was developed using nativescript and angular for android and ios platforms. Our objectives are:
- To authenticate the user by social media that is provided by auth0 in the client side.
- To get the authentication token back to the client.
- To authorize the user by the token we got during the authentication, each time we using the server.
Can you provide a working example of how to integrate auth0 with the nativescript angular application?