mrsheepuk / ASPNETSelfCreatedTokenAuthExample

Example of how to protect an ASP.NET Core (1.0.1) Web API using simple self-created JWT bearer tokens.
http://stackoverflow.com/a/33217122/789529
173 stars 64 forks source link

netcoreapp 1.0 #18

Closed zhouhao27 closed 7 years ago

zhouhao27 commented 8 years ago

.Net Core is released. I'm wondering if this project can be upgraded into netcoreapp1.0 framework instead of using dnx?

houseOfEorl commented 8 years ago

I did a few changes on this project to upgrade it to netcoreapp1.0, I have published it in the repo below, but maybe we can create a new branch here.

https://github.com/houseOfEorl/AspNetCoreSelfCreatedTokenAuthExample

mrsheepuk commented 7 years ago

I've updated the code to netcoreapp 1.0. Please have a look and comment here if you find any problems.