عنوان:

‫استفاده از JSON Web Token در ASP.NET Web API 2


نویسنده: وحید نصیری
تاریخ: ۱۳۹۳/۰۸/۱۳ ۱:۵۷
آدرس: www.dntips.ir

JSON Web Token is a security token which acts as a container for claims about the user, it can be transmitted easily between the Authorization server (Token Issuer), and the Resource server (Audience), the claims in JWT are encoded using JSON which make it easier to use especially in applications built using JavaScript. 



مشاهده مطلب اصلی