My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more
How to best create app-skeleton for Aurelia/ASP.NET5 app with login/claims?

How to best create app-skeleton for Aurelia/ASP.NET5 app with login/claims?

Christian Wattengård's photo
Christian Wattengård
·Feb 14, 2016

I'm making a new app for work. It's supposed to go live in late summer, so I feel confident using ASP.NET 5 and Aurelia. Was originally going to use Angular 2, but the more I see of Aurelia, the more I like it.

What I want to get up in a skeleton app is just login and roles/claims. I do not want any SoMe-login, only email/password. Have been thinking of using IdentityServer for handling this.

Does anyone have any comments, links to posts or other stuff that can help with this?