From 95eafe32b0d2a5dba3e42041db6cce8f5f3852a1 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Wed, 11 Jul 2012 11:54:21 -0400 Subject: [PATCH] FAQ about logging in --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e105116037..e0d156f604 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ FAQ * **This is confusing** If you played RPGs (Role Playing Games) growing up, this app will make perfect sense to you; otherwise, it might be overwhelming at first. Be sure to follow the tutorial when you first load the website. If it's still not your cup of tea, checkout the above link, as well as [MindBloom](https://www.mindbloom.com/). + +* **How do I log in / save my data?** + Sooo… HabitRPG doesn't have authentication of any sort yet, unfortunately. Which sucks *big time* because you can't log in to different machines / mobile devices yet, or even a different browser on the same computer :/ I'm using a framework called [DerbyJS](http://derbyjs.com/) and [everyone's](https://groups.google.com/forum/?fromgroups#!topic/derbyjs/7U3xvoPWd-g) [prodding](https://groups.google.com/forum/?fromgroups#!topic/derbyjs/oyz2JBwo1AQ) the developer to integrate authentication (aka, Facebook login), myself included… and I'm desperately trying to find a [temporary solution](https://workflowy.com/shared/cd06313a-7c93-ae5f-ae55-e64cae0556e4/) in the mean time. * **How do I heal?** diff --git a/package.json b/package.json index 3a89e6e6f3..f8ef716517 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "habitrpg", "description": "A habit tracker app which treats your goals like a Role Playing Game.", - "version": "0.0.0-37", + "version": "0.0.0-38", "main": "./server.js", "dependencies": { "derby": "*",