GoodIntentionsAssistant / gi

Good Intentions Node.js Assistant Framework
http://goodintentions.firecreekweb.com
MIT License
3 stars 1 forks source link

User instead of session #28

Closed darrenmoore closed 6 years ago

darrenmoore commented 6 years ago

A user can have many sessions.

Then replace all code and documentation that uses session.user().

Avoid using sessions directly.

darrenmoore commented 6 years ago

Default name to be anon1234 Set and retrieve name Schedules to be stored on user.

As much data should be on user account. So it can be maintained via web or interface