Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how can I user this in asp.net core 3.0 ? #16

Closed
iwaitu opened this issue Sep 25, 2019 · 1 comment
Closed

how can I user this in asp.net core 3.0 ? #16

iwaitu opened this issue Sep 25, 2019 · 1 comment

Comments

@iwaitu
Copy link

iwaitu commented Sep 25, 2019

asp.net core 3.0 default code like this:

services.AddIdentityServer() .AddApiAuthorization<ApplicationUser, ApplicationDbContext>();

it use identityserver to provider jwt Authorization, Can you update this package ?

@alexandre-spieser
Copy link
Owner

How can I use this in asp.net core 3.0 <= not really possible for now, they wrote a lot of classes using IdentityServer's open source project code, Identity 3.0 != Identity 2.0.
IdentityServer's data access layer is different than Identity 2.0, it has additional docs to store. It's a massive update.
I'll look at their docs but can't promise anything, I'm pretty busy at the moment and doing other things in my free time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants