Client authentication
Implement registration and login.
Authentication Middleware
Token
Validation
Controller
Repository
User Model
Skeleton
Implement security and user authentication
- How we store password in the database
- Creating the User Model
- The Repository Pattern
- Creating the Authentication Controller
- Data Transfer Objects
- Token authentication
- Authentication Middleware
Angular
A skeleton spa that loads data from the webapi
[Read More]