angular-8-jwt-authentication
angular-8-jwt-authentication copied to clipboard
Role user registration form
Hi, can you show how we can create user in registration form in specific role. Now when we create user it is always have user role.
Hi, you can add role input to the form, then send Http Post request with roles/role array in payload.