Open MikhailRoot opened 7 years ago
👍
Can we see this get merged?
The support for localStorage
was discussed on #97.
@MikhailRoot if you want to implement what was proposed there, I'll gladly merge it.
Is there an update on this ? I would need this feature to be able to use this package on a cordova & electron project. How can we unblock this quickly ?
As it's unpossible to have cookies in cordova that's why localStorage used. Cookies are still used, it adds $localStorage support for token. So you can use methods like OAuth.isAuthenticated() same as with cookies but with localStorage transparently.