https://github.com/warrendodsworth/web-dotnet-angularjs-shell
Starter template for Angular with WebApi2 .Net C# with Entity Framework & Identity
https://github.com/warrendodsworth/web-dotnet-angularjs-shell
asp-net-web-api identity-framework starter-template
Last synced: about 1 year ago
JSON representation
Starter template for Angular with WebApi2 .Net C# with Entity Framework & Identity
- Host: GitHub
- URL: https://github.com/warrendodsworth/web-dotnet-angularjs-shell
- Owner: warrendodsworth
- Created: 2015-12-03T01:05:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T19:03:46.000Z (about 9 years ago)
- Last Synced: 2025-02-08T13:28:30.009Z (over 1 year ago)
- Topics: asp-net-web-api, identity-framework, starter-template
- Language: C#
- Homepage:
- Size: 17.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Webapi - Get Started
Starter template for Angular with WebApi 2 & Identity .Net
When trying to angularize the account section of a standard mvc template with webapi and angular
it was hard to come by a simple getting started explanation of flow for external logins
using the latest template which happens to have alot of the components built in to it.
From what I've read, I've put together the account section with a Facebook login
and tried to use as many of the existing components as possible, for people who don't want or need
to recode the wheel as the case may be.
Contributions welcome, I'd like to turn this into an account and social template with Webapi 2 using Identity and Angular
##Overview
Using local storage for token persistence
- Login
- Logout
- Register
- External login
- Manage External logins
- Account lockout
##Structure
Frontal files in /www
node and gulp used for pre processor tasks, compiled files go into /www/lib
bower used for client side script libs