Skip to content

riyadh21/AspIdentity.WebApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AspIdentity.WebApi

Building Simple Membership System using ASP.NET Identity 2.1, ASP.NET Web API

Basic instruction. I am using Code first entity

to enable it please open Package manager console and run this script

  1. enable-migrations
  2. add-migration InitialCreate
  3. update-database

This is a OAuth user management with authentication and authorization with refresh token. feel free to use this to your application.

--- Update 2015-09-23---- App hosting to apphurber http://aspnetidentitywebapi.apphb.com

To check use rest client (more update on API endpoint will comming soon)

---- Generate Machine key--------------------------------------------------------------------------------------------- you need to generate machine key and put that to webconfig. this is asample key not provide to your system rather generate new and do not use 3rd party. use powershall this is sample using here

Powershall command PS C:> . .\Generate-MachineKey.ps1 PS C:> Generate-MachineKey -validationAlgorithm SHA1

About

Building Simple Membership System using ASP.NET Identity 2.1, ASP.NET Web API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published