The MVC5 SPA Template Adapted
The MVC5 SPA Template Adapted for Angular
##Installation
Clone and start with the project OR run MVC5-SPA-Angular.vsix
and install the project template!
##3rd Party Login Support
Just update App_Start/Startup.Auth.cs
with the correct information and you'll be on your way!
####Note
Since most third party services don't support using localhost or 127.0.0.1 in the return address the project has been modified to launch as spaAuth.localtest.me:65489
- You may need to open %Documents%/IISExpress/config/applicationhost.config
and update your site's binding.
#####Correct Binding Example
<site name="SPAuth" id="48"> <application path="/" applicationPool="Clr4IntegratedAppPool"> <virtualDirectory path="/" physicalPath="C:\Users\Justin\Dropbox\Dev\MVC5-SPA-Angular\SPAuth" /> </application> <bindings> <binding protocol="http" bindingInformation="*:65489:spaauth.localtest.me" /> </bindings> </site>
####Also check out angular-spa-security the primary component in this template.
版权声明:
1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。2、网站不提供资料下载,如需下载请到原作者页面进行下载。