markhobson / penguin

A virtual penguin queue.
0 stars 2 forks source link

Add user authentication #37

Open markhobson opened 11 years ago

markhobson commented 11 years ago

There are many operations where we need to know the current user and would like to know additional information about users. For example, creating a story should default to the currently logged in user, and user notifications requires user email addresses.

We need to add a user authentication system, either external or internal as best suited.