Skip to content

Instantly share code, notes, and snippets.

View testfirstcoder's full-sized avatar

Andriy Tolstoy testfirstcoder

View GitHub Profile
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using Newtonsoft.Json;
using System;
using System.IdentityModel.Tokens.Jwt;
using System.Security.Claims;
using System.Security.Principal;
using System.Threading.Tasks;