How can I use OAuth 2 in Ionic PWA?

I want to use OAuth 2 in my web app by Ionic 2. I found this article:
https://www.thepolyglotdeveloper.com/2016/01/using-an-oauth-2-0-service-within-an-ionic-2-mobile-app/
But it needs a cordova plugin. I can’t use cordova plugin in the web app. How can I use it with no cordova plugins?
Thanks!

2 Likes

Shameless bump! :wink:

Same question!