auth0-ionic2-samples
auth0-ionic2-samples copied to clipboard
It would be great to have the recommended method for the refresh token in the sample code. The online docs aren't exactly clear on what is best practice for an...
(AUTH-4188) Sample using outdated version of dependencies such as `@angular/common`, `@auth0/cordova`, `auth0-js` and others.
This code no longer TS compiles due to the change in the Auth0 API that removed the `refreshToken` method: https://github.com/auth0-samples/auth0-ionic2-samples/blob/master/01-Login/src/services/auth/auth.service.ts#L158 Is there an example of using `auth-0.js` to background refresh...
I there, I downloaded your ionic sample. It works great on desktop browser. But I found after trying to run on either real device (my android), or emulator GenyMotion, or...
From this sample you have an expires_at variable, and that has not the same value with the exp property from id_token jwt. This causes problems for me because the user...
As a start point I've got this sample application. I made steps from tutorial. I can login with ios, login page opens and everything work as expected. But I could...
I try to run your project but i got following error:
When i hit the logout button, the user logs out, but when i try to login again, i would like the lock to be shown first , not to directly...
This sample works perfectly, using auth0-cordova instead of auth0-lock which had many issues in Ionic. However I am struggling with my next step which is authenticating with Firebase using getDelegationToken...
hi, Great work and it works with lazy loading etc But I have some issues when I log out and try to log in again. On IOS I get a...