Toacin / PizzaByte

1 stars 0 forks source link

Create Routes and Controllers to create and login users #22

Closed Toacin closed 4 days ago

Toacin commented 4 days ago

Now that models and migrations necessary are generated and migrated, it is time to write the first controllers and routes that can handle signing up a user, and logging them in. This will include adding a utility AUTH file that is based on JSON web tokens to sign tokens upon signin/signup