IdentityModel / oidc-client-js

OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications
Apache License 2.0
2.43k stars 841 forks source link

Using oidc-client.js with Native Script. Is this possible? #1219

Closed mdmoura closed 4 years ago

mdmoura commented 4 years ago

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

brockallen commented 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

mdmoura commented 4 years ago

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 ...

brockallen commented 4 years ago

So then this is not the library for you.