issues
search
excellarateinc
/
voyage-api-dotnet
Enterprise grade C# .NET Web Services API implementing industry standard best practices
Apache License 2.0
16
stars
14
forks
source link
Move authorization server out from resource server
#79
Closed
maniphanh
closed
6 years ago
maniphanh
commented
7 years ago
Authorization Server
We will be using our existing project as authorization server
We will need to identify all share code and move it to common or server
Authorization server should have core dependency
Resource Server
Create new OWIN project web api2
Secure it with JWT token base
Resource server should share same dependency as authorization server it could be same or less
Authorization Server
Resource Server