substance / notes

Real-time collaborative notes editing.
Other
21 stars 5 forks source link

Implement session and user store #25

Closed michael closed 8 years ago

michael commented 8 years ago

User record in db:

I will sketch the createUser method. And update here.

Session record in database (gets inserted when createSession is called)

getSession however should return the user object

Integral commented 8 years ago

I think this is mostly done in server-refactor branch. However not yet connected to router.