aspnet-core-3-role-based-authorization-api icon indicating copy to clipboard operation
aspnet-core-3-role-based-authorization-api copied to clipboard

ASP.NET Core 3.1 - Role Based Authorization API

Results 6 aspnet-core-3-role-based-authorization-api issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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. ![swagger](https://user-images.githubusercontent.com/58086823/84809241-6866c480-b027-11ea-85df-cf722b77480f.PNG) 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.