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

Update to core 1.1 #22

Closed Vitormdias closed 7 years ago

mockpit commented 7 years ago

@Vitormdias I'm currently using this sample with core 1.1, is there a gotcha somewhere that hasn't bit me yet?

houseOfEorl commented 7 years ago

I'm using it with core 1.1 as well

Vitormdias commented 7 years ago

No, I thought it would, so I opened the issue