Tagged: public certificate
Step 1: Create .net core order api Step 2: Microsoft.AspNetCore.Authentication.JwtBearer and Microsoft.AspNetCore.Mvc.Versioning nuget package Step 3: Add AddAuthetication with certificate access and AddApiVersioning in ConfigureServices Step 4: add UseAuthentication and UseAuthorization in Configure Step...
Step 1: Create .net core auth project Step 2: Add Microsoft.AspNetCore.Authentication.JwtBearer and mongodb package Step 3: Create Model UserDetails Step 4: Create Model Auth Step 5: Create IMongoDbData interface Step 6: Create MongoDbData class...
Today almost all company try to use JWT authentication to exchange information between services. Each company use different approach to protect their data. 1. Symmetric JWT Signing2. Asymmetric JWT Signing In Symmetric JWT Signing...