e2e2a / SimpleLoginJS

Login scheme in NodeJS, without database.
1 stars 0 forks source link

Add User List Actions #9

Closed markheramis closed 7 months ago

markheramis commented 8 months ago

Adjust your routes accordingly, create missing routes and controller to handle the new events

View Action Currently the view action has a bug that it redirects all authenticated users to the Dashboard, it should not do that.

Delete Action Currently you do not have a route for the DELETE ACTION, you should create a route /user/{id}/delete in order for this to work, and along side it is its controller that actually does the delete action.