How do I integrate Auth0 with my Supersonic (Appgyver) hybrid app?

279 Views Asked by At

I'm attempting to build my first hybrid mobile app using Supersonic. I want to use Auth0 to handle the app login feature.

How can I accomplish this?

It seems there could (and should) be a way to do this given Auth0's support for Cordova, Phonegap, and Ionic.

I'm using Supersonic's default AngularJS framework.

1

There are 1 best solutions below

1
On

You can just follow the Ionic guide since it'll work for SuperSonic (Cordova + Angular = Ionic || Supersonic :)).

https://auth0.com/docs/native-platforms/ionic

Did it not work in any way?

Cheers!