SJRK-405: Implement server side logic for signup/login/logout and session support

Metadata

Source
SJRK-405
Type
New Feature
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Gregor Moss
Created
2020-10-22T16:00:52.642-0400
Updated
2021-01-21T09:37:44.382-0500
Versions
N/A
Fixed Versions
  1. 0.5
Component
  1. Storytelling Tool Server

Description

Implement the server-side logic required to allow users to:

  • Sign up / register
  • Log in
  • Log out

This will include:

  • Session support
  • Ability to create and save user information to and retrieve it from the database
  • Associating published stories with their author accounts
  • Continue to support guest publishing
  • Password policy implementation

For the Minimum Valuable Product that we aim to produce, it will be enough to have the user automatically sign in once they register. A confirmation system (via email or similar) should be implemented once time allows.

Comments