ground-db icon indicating copy to clipboard operation
ground-db copied to clipboard

Support for offline mode user login

Open isAlmogK opened this issue 9 years ago • 5 comments

I wanted to know if offline user login is supported?

isAlmogK avatar Nov 20 '14 01:11 isAlmogK

So ground db will let meteor login first at resume and then commit changes. But its not super advanced - eg. theres no local pure offline login/logout functionality - the local storage is namespaced to at some point support pr. user encrypted storage - but thats a big feature - and I havent have a client demanding that yet.

raix avatar Nov 28 '14 09:11 raix

@raix can you contact me, we might be interested in hiring you to help us with this and offline mode

isAlmogK avatar Nov 30 '14 08:11 isAlmogK

@raix Any update on this feature? Since this issue is a bit old, I wanted to check with you if an offline user-login method (authentication) is possible.

niranjans avatar Aug 15 '16 16:08 niranjans

@niranjans persisting the user logged in when offline should be possible - encrypting via a pin code could be solved by building a layer on top of localforage and use that as storage.

raix avatar Aug 21 '16 05:08 raix

I guess maybe this package can useful for this purpose: https://github.com/mbanting/meteor-cordova-accounts-resume/

cyclops24 avatar Nov 06 '16 14:11 cyclops24