forked from Aberrant-Marble/Aberrant-Marble
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
9 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
User Model: | ||
|
||
Currently, users do NOT have to sign up or sign in to use Language Exchange. | ||
|
||
However, as of 2/2/2015, a user model has been created for future plans to implement future features that require persistent data. A future feature could be to save chats in a user's history so that users can go back to conversations they've had over instant message. | ||
|
||
Facebook integration is currently implemented via [passport](http://passportjs.org/guide/facebook/), and saved to the user model via their facebookId. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters