[C#/ASP.NET MVC/.NETCORE] OAuth 인증 사용하기


■ OAuth 인증을 사용하는 방법을 보여준다.

[TestServer 프로젝트]

launchSettings.json

ConstantHelper.cs

Startup.cs

Controllers/OAuthController.cs

Views/OAuth/Loging.cshtml

[TestClient 프로젝트]

launchSettings.json

Startup.cs

Controllers/HomeController.cs

Views/Home/Index.cshtml

Views/Home/Secret.cshtml

TestSolution.zip