Skip to content

johnlantz/DurandalAuth

 
 

Repository files navigation

What´s this?

This template is a port of the default ASP MVC 4 Internet template and its security system.

The included features are:

  • Forms and oAuth authentication and authorization using SimpleMembership providers

  • Authorization in Durandal views

  • AntiForgery tokens

  • Model validation both client (knockout validation) and server (data attributes)

  • UnitOfWork and Repository patterns both client and server

  • Using Breeze JS in the client for better data management

  • Styled with Bootstrap 3

##Check it out!! ...

... the sample site and play with it

##Weyland config

When you make changes over this project you are going to need to optimize the Durandal files, so remember, you have to install node and weyland

//install node and run this in your command line
npm install -g weyland
weyland build

Or you can follow this links:

Building with weyland

Automating builds with Visual Studio

About

Porting ASP MVC 4 default Internet template for using with Durandal and Web API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.8%
  • CSS 6.9%
  • C# 2.3%