mmacneil / AspNetCoreApiStarter

An ASP.NET Core (v2.1) Web API project to quickly bootstrap new projects. Includes Identity, JWT authentication w/ refresh tokens.
https://fullstackmark.com/post/19/jwt-authentication-flow-with-refresh-tokens-in-aspnet-core-web-api
MIT License
354 stars 143 forks source link

Any future development planned? #2

Open mos-ie opened 5 years ago

mos-ie commented 5 years ago

Really like this project - have you a road map?

mmacneil commented 5 years ago

Thanks and sorry for the extremely late reply. I had intended on making some improvements but as always other priorities took my time. Have you used this project in your own work? Are there things you'd like to see added, fixed or improved?

mos-ie commented 5 years ago

No worries. Using it in a project that will be going live soon - https://phynda.app/

It would be great to see a client implementation that consumes the API and makes use of the refresh tokens - this was the one part that I couldn't get working in my Ionic 4/Angular 7 app.

There would probably be a lot of work in this, but a VS plugin to scaffold all presenters, validators, use cases etc. for each use case would ultimately save a lot time.

neutrin0x commented 4 years ago

hey Mark, thanks for sharing this starter project... It was really helpful. I'm learning abouts API and net core and I'm just wondering if it's possible to do Role Based authorization with this approach, I've tried policy based, but I can't figure it out how it works. Anyone has tried role based or policy based with this approach? Cheers!