Implementing RBAC and Permission Middleware
Today’s focus was on authorization security. After building authentication with JWT and refresh tokens, the next step was controlling what each user is allowed to access. This is where RBAC (Role-Based Access Control) and middleware come in. By the e...
finflow.hashnode.dev3 min read