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

TokenController #14

Closed cowsgoo closed 8 years ago

cowsgoo commented 8 years ago

I've been trying to get this sample to work. When/how is TokenController supposed to be called?

mrsheepuk commented 8 years ago

It should be called by your consuming application to retrieve a token @cowsgoo

cowsgoo commented 8 years ago

Thanks!