Code for the .NET 6 Authentication & Authorization Class on Skillshare.
Stars
14
Forks
9
Watchers
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
19
commits
Use the Role for Authorization
aa94696
Add Role as Claim to the JSON Web Token
f8c500f
Add Role to User Model
a24c984
Refresh the Refresh Token (and the JSON Web Token)
7205b64
Set Refresh Token in Cookie & in the Database
d3fb0c7
Create the Refresh Token on Login
d8170b7
Add Refresh Token Data to the User Model
73af6c9
Use the JWT with SwaggerUI & the Authentication Middleware
2499ee0
Add a Secured Endpoint for Authorized Users
82e00ef
Create and return a JSON Web Token
3d8b54c
Implement the Login Method
969952e
Verify the Password
12a1078
Add an AuthResponseDto
21dfc6f
Store User in the Database
39af245
Utilize Code-First Migrations
ca7403c