Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 398 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 398 Bytes

Code of Token Based Authentication in Web API

This project has the code described in article Token Based Authentication in Web API.

  1. Follow the instructions in the article to create the database and the UserManager table.
  2. Change the connection string in Web.config.
  3. Test as described in the article.