Skip to content

Instantly share code, notes, and snippets.

View abdulbahajaj's full-sized avatar

Abdul Bahajaj abdulbahajaj

View GitHub Profile
Wed Nov 14 00:42:07 UTC 2018
print("abdul")
@abdulbahajaj
abdulbahajaj / TokenValidator.cs
Created October 23, 2015 05:15 — forked from anonymous/TokenValidator.cs
Validate JSON Web Token (JWT) With .NET JWT Library
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Configuration;
using System.IdentityModel.Tokens;
using System.Linq;
using System.Net.Http;
using System.Security.Cryptography.X509Certificates;
using System.Text;