C# & .NET
.net core jwt 시스템구축
moyaiori
2017. 9. 22. 16:43
- .net core jwt 생성 클래스
https://www.codeproject.com/Articles/1205160/ASP-NET-Core-Bearer-Authentication
- Build a REST API for your Mobile Apps with ASP.NET Core
https://stormpath.com/blog/rest-api-mobile-dotnet-core
http://sanghaklee.tistory.com/47
http://throughkim.kr/2017/03/14/Jwt/
- jwt 디버거
https://jwt.io/
-------
jwt(JSON WEB TOKEN)은 모바일에서 보안관리를 하기 유리한 보안의 한가지 방법이다.