Buidling a full stack CRUD using Actix Web Rust and VueJs as the web UI
- Backend
- Web
Authentication
- Register user
- Login using JWT for generation token also support cookie
- Logut
Users
- Get All Users
- Get User by Id
Roles
- Get all Roles
- Get User's Roles
- Create new Role
- Update Role
- Assing Role to User