Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 829 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 829 Bytes

Jwt Auth Demo

Description in Turkish

Proje için .Net 5.0 sürümü gereklidir.
Bu projede JWT ile servislerimizin güvenliğini sağlayabiliriz.

Kullanılanlar

Backend: .Net Core MVC API

Bilgilendirme

Jwt Authentication için 2 paket gereklidir.

  • Microsoft.AspNetCore.Authentication.JwtBearer Version: 5.0.4
  • System.IdentityModel.Tokens.Jwt Version: 6.15.0

Description in English

.Net 5.0 is required for project.
In this project, we can secure our services with JWT.

Used Technologies

Backend: .Net Core MVC API

Information

The project requires two packages for Jwt Authentication.

  • Microsoft.AspNetCore.Authentication.JwtBearer Version: 5.0.4
  • System.IdentityModel.Tokens.Jwt Version: 6.15.0

License

All rights are reserved
MIT