Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cihatsolak/net7-jwt-token
Main project is audience dependent on access to other api projects. I am providing information about the structure and architecture of the jwt token.
https://github.com/cihatsolak/net7-jwt-token
entity-framework-core jwt-token migration net7 nlayer-architecture security webapi
Last synced: 8 days ago
JSON representation
Main project is audience dependent on access to other api projects. I am providing information about the structure and architecture of the jwt token.
- Host: GitHub
- URL: https://github.com/cihatsolak/net7-jwt-token
- Owner: cihatsolak
- License: mit
- Created: 2021-02-09T19:11:37.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-28T20:28:19.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T16:51:51.145Z (over 1 year ago)
- Topics: entity-framework-core, jwt-token, migration, net7, nlayer-architecture, security, webapi
- Language: C#
- Homepage:
- Size: 75.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# NET 7 - JWT TOKEN
#### By providing security with jwt tokens, I enable users to send requests to their service addresses.
AuthServer is the main project and is the token provider. With certain rules of tokens received here, requests can be sent to other mini app api projects. In the main project, there are tokens received with membership and tokens received without membership. I use the Microsoft Identity architecture in the membership system. For user tokens that are not included in the membership system, I provide tokens according to the username and password information I have specified in the appSettings.json file.
![Screenshot_2](https://user-images.githubusercontent.com/54249736/109346531-e3ed6680-7882-11eb-8b68-b162fcaa8acd.png)
There are four libraries and four web API projects in total within the project.
## Libraries
![Screenshot_3](https://user-images.githubusercontent.com/54249736/109346864-565e4680-7883-11eb-8380-e6e9f07bd84f.png)#### Installed Packages (SharedLibrary)
* Microsoft.AspNetCore.Authentication.JwtBearer#### Installed Packages (AuthServer.Service)
* AutoMapper#### Installed Packages (AuthServer.Data)
* Microsoft.EntityFrameworkCore
* Microsoft.EntityFrameworkCore.Design
* Microsoft.EntityFrameworkCore.SqlServer
* Microsoft.EntityFrameworkCore.Tools#### Installed Packages (AuthServer.Core)
* Microsoft.AspNetCore.Identity.EntityFrameworkCore#### Installed Packages (AuthServer.API) MAIN PROJECT
* FluentValidation.AspNetCore
* Microsoft.AspNetCore.Authentication.JwtBearer
* Microsoft.EntityFrameworkCore.Design
* Swashbuckle.AspNetCore#### Installed Packages (MiniApp1.API, MiniApp2.API, MiniApp3.API)
* There is no package installed.#### Contact Addresses
##### Linkedin: [Send a message on Linkedin](https://www.linkedin.com/in/cihatsolak/)
##### Twitter: [Go to @cihattsolak](https://twitter.com/cihattsolak)
##### Medium: [Read from medium](https://cihatsolak.medium.com/)