An open API service indexing awesome lists of open source software.

https://github.com/anjola-adeuyi/jwt_auth_fullstack


https://github.com/anjola-adeuyi/jwt_auth_fullstack

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

// - **POST /api/users** - Register new user
// - **POST** `/api/users/auth` - Authenticate user and set token
// - **POST** `/api/users/logout` - Logout user and clear cookie

// - **GET** `/api/users` - Get all users
// - **GET** `/api/users/profile` - Get user profile
// - **GET** `/api/users/:id` - Get user by ID

// - **PUT** `/api/users/profile` - Update user profile
// - **PUT** `/api/users/:id` - Update user by ID

// - **DELETE** `/api/users/:id` - Delete user