pouriamolaee / node-internship

1 stars 0 forks source link

User authentication #3

Closed thevahidal closed 1 year ago

thevahidal commented 1 year ago

Now that we have a base application with a simple CRUD, it's time to added user authentication. For now let's keep it simple, we just need to be able to authenticated using 4 endpoints:

After this, let's make all non-GET-endpoints to be "Authenticated only".

thevahidal commented 1 year ago

@pouriamolaee, There's a couple of small issue with authentication, fix them first and we'll move on to the next part:

Other issues: