atmarnat / TextForum

Project for the MSSA cohort
0 stars 1 forks source link

User Login Implementation #16

Closed atmarnat closed 4 years ago

atmarnat commented 4 years ago
atmarnat commented 4 years ago
  1. As a developer I need to create a framework that allows users to log in so that users have additional functionality based on what kind of account they are using

  2. Users will be able to get a temporary anonymous account, or a static user account to post. Their posts will correlate to their username, which should be unique.

  3. Notes TODO: Table created, but nothing else started.