wi3land

Results 20 comments of wi3land

Hi Sorry, Just going through and updating demos now. if you go to the new [vue demo](https://github.com/wi3land/ionic-appauth/tree/master/demos/vue). It will show you what to implement. Essentially there are now five new...

Just to say I am no Vue expert I only learnt what I did in the solution this morning so if you have any notes that would be great as...

For native deep links you need to add some extra items into the ios and android projects. [This guide](https://capacitorjs.com/docs/apis/app) will show you what needs to be added.

The Unable to obtain configuration error is occurs when the app is having issues connecting to your identity provider normally. It is thrown if a 404 is returned from the...

Hi @mraible, long time no speak, I have done some reworking of this library to make it more readable and simpler, I aim to build some documentation to back this...

I have an idea of what might be happening. Seems as your using a 1 time refresh token. I think the refresh token isn't getting changed over to the new...

I will look to introduce this in the next release, thanks

I have updated to the latest version of secure storage however it seems the error still persists. I will keep an eye on the project for updates. Please take 0.8.0

Capacitor does state that it only uses safaribrowser controller when on IOS, we kind of want it to inappbrowser when there is absolutely no other choice as it is no...