aspnet-core-3-role-based-authorization-api
aspnet-core-3-role-based-authorization-api copied to clipboard
ASP.NET Core 3.1 - Role Based Authorization API
Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/aspnet/AspNetCore) from 3.1.0 to 3.1.18. Release notes Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases. .NET Core 3.1.18 Release .NET Core 3.1.17 Release .NET Core 3.1.16 Release .NET Core 3.1.15 Release .NET Core...
How to expire token upon logout? Also how to implement refresh token if the token is expired? Please do help
Hi, I changed Secret as below in AppSettings of appSetting.json file ``` "AppSettings": { "Secret": "5BFr#$14" }, ``` then i was getting 500- internal severer error for authenticating purpose by...
Every time we want to test APIs, we have to use postman or fiddler instead of this it is easy if we use swagger to test APIs.  If you...
ps: am new in c# in userServices.cs file : 1/ how can user object use methode (withoutPassword) that she's not decalred in his class 2/ if a static methode with...
We should check the requester's rights before making the trip to the db.