PlayWithMagic / PlayWithMagic.org

PlayWithMagic.org is a web application that catalogs magic tricks and helps magicians build shows.
http://playwithmagic.github.io/PlayWithMagic.org/
Apache License 2.0
2 stars 1 forks source link

Build User Authentication into PlayWithMagic. #175

Closed pkarjala closed 9 years ago

pkarjala commented 9 years ago

Starting from issue #45, we now have a working model for a User login, with authentication, and locking down certain parts of the entire app based on the logged-in state. Start integration into the primary application.

pkarjala commented 9 years ago

As of commit 8fb0420, authentication and user logins are now functional inside of PlayWithMagic. Next step is to bake in authorization so that users can only edit or alter content that they themselves have created.

This will require completion of the database relationships between Magicians, Routines, Materials, and Sets.

pkarjala commented 9 years ago

This is resolved; we create a new issue for the Authorization portion.