WebApiTokenAuthBootstrap
WebApiTokenAuthBootstrap copied to clipboard
Simple Token based User Auth Bootstrap for WebAPI applications. Provided with'TokenAuthApiController'.
The time when cross-domain, how do I get Cookie after login  I set up a Token,I want to how to modify this code var cookies = request.Headers.GetCookies(DataName); if...
Add a built-in angular service to retreive the UserData shared object (fetched from a cookie defaultly named "user").
Add a built-in angular directive for content hiding mechanism based on user authorization (directive name: ta-content). attribute named 'access-level' to control who's able to see the content inside the ta-content...
Your TokenMetaData class has an UserId of int type.And in my application i use a UserId in a string type.So would great when we implement the ITokenProvider to set the...
Can you please add some working code? A basic solution.
Hello, I'm using RavenDB in my project. So I dont want to have my ID's as a int. Changed the object so it's a string. So now it's possible to...