shanedbutler / whats-for-dinner-poker

A web-based game inspired by video poker to assist with weekly meal plan creation.
GNU General Public License v3.0
2 stars 1 forks source link

Remove/user login #43

Closed shanedbutler closed 1 year ago

shanedbutler commented 1 year ago

This PR removes authentication / login functionality from the client and database.json. This is required so that the web application can be a public facing website without user accounts / login.

Some components have been left and will need to be cleaned up later, but no active code should be interacting with any auth processes.

Additionally, description data for all card objects have been added to the database json for later use in the application.