Blog results for Tags - #web security

How to implement JWT Token Authentication and Validate JWT Token in ASP.NET MVC using JWT

Hello guys, considering the security of web applications and api's we often have to implement security tokens. Sometimes we use owin authentication and sometimes JWT Tokens. So in this article we will see how to implement JWT Token Authentication in ASP.NET MVC using JWT.

Url Encryption in Asp.Net MVC

Hello guys, in this article we will learn about how to implement Url Encryption in Asp.Net MVC . There are few ways which provides url encryption but seems really difficult to implement. In our article we will use simple custom Html helpers for url encryption.

Translate Page