Gotcha, so the idea is to make use of the same approach from ag-js?
On 2014-11-11, Erik Jan de Wit wrote:
On 11 Nov,2014, at 12:18 , Bruno Oliveira <bruno(a)abstractj.org> wrote:
> So the idea is to make use of implicit grants like JS does, right? And
> this is what you're suggesting
>
https://docs.auth0.com/native-platforms/cordova ?
>
Right, but then it will be a plugin that will be combine these things so that there are
no manual steps needed so after installing the plugin you could do:
oauth2.google("517285908032-l580qf378r0jg5l9ebt52ugvbp5vvf06.apps.googleusercontent.com",
['openid', 'email'])
.then(function (result) {
console.log(result);
}, function (error) {
alert(error);
});
_______________________________________________
aerogear-dev mailing list
aerogear-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-dev