Meteor-Community-Packages / ground-db

GroundDB is a thin layer providing Meteor offline database and methods
https://atmospherejs.com/ground/db
MIT License
569 stars 76 forks source link

Support for offline mode user login #58

Open isAlmogK opened 9 years ago

isAlmogK commented 9 years ago

I wanted to know if offline user login is supported?

raix commented 9 years ago

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.

isAlmogK commented 9 years ago

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

niranjans commented 8 years ago

@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.

raix commented 8 years ago

@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.

cyclops24 commented 7 years ago

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