openiddict-test icon indicating copy to clipboard operation
openiddict-test copied to clipboard

Example ASP.NET V5 project that issues & validates JWT tokens

Results 8 openiddict-test issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to create a WebAPI project based on this example, by creating a new ASP.NET Core Web API app and following the code. Anyway, it seems that the...

Looks like you're missing 'await' in your Startup.cs Should be: `public async void Configure(IApplicationBuilder app, IDatabaseInitializer databaseInitializer)` and `await databaseInitializer.Seed();`

For some reason `User.Roles` is empty when it reaches the controller and throws a 403 for role based authorization. ``` public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory, IDatabaseInitializer databaseInitializer,...

Looks like OpenIddictTokenManager has changed to only take a Token type. Also, the overriden method "CreateIdentityAsync" no longer exists

![openiddict-error](https://cloud.githubusercontent.com/assets/11834124/16079126/8bb765a6-332c-11e6-8227-4583d94e8a37.jpg) I clone and run build with vs studio, but it have some errors How to fix it?

Would it be easy to convert this example to Angular 2 and use the Angular2-jwt with minimal efforts?

I fetched token which is also saved in local storage, but can't authorize for API call. Suppose I have to manually realize auth logic writing something to Startup.cs?

Hi, I have downloaded the sample source code from the GitHub. Also, I have checked that I have latest dnx version in my machine. See attached screenshot. ![image](https://cloud.githubusercontent.com/assets/5141580/14040057/54fbfc2c-f289-11e5-8453-c979e3a105c0.png) But still...