Closed mdmoura closed 4 years ago
I don't know what Native Script is. But if it's for building desktop or native installed apps, then oidc-client is not the library for you. Instead use this: https://github.com/openid/AppAuth-JS
I don't know what Native Script is
NativeScript is an Open Source framework for creating mobile apps using Javascript including Angular, Vue ...
It has the advantage of being able to share code with an Angular website application ...
And the Mobile application is also compiled as native ...
So then this is not the library for you.
I am using "oidc-client.js" with and Angular 10 application.
But I would also like to use it with a Native Script application.
Is this possible?
Thank you