WebApiTokenAuthBootstrap icon indicating copy to clipboard operation
WebApiTokenAuthBootstrap copied to clipboard

Simple Token based User Auth Bootstrap for WebAPI applications. Provided with'TokenAuthApiController'.

Results 6 WebApiTokenAuthBootstrap issues
Sort by recently updated
recently updated
newest added

The time when cross-domain, how do I get Cookie after login ![pa4m 8jk49ozja2x2drkkpr](https://cloud.githubusercontent.com/assets/4646246/12344548/6044120a-bb79-11e5-9e77-a89c1e3a107e.png) 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").

feature

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...

feature

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...