Reputation: 633
I have single page app and service stack as service on different domain name (cors). what is correct way to authenticate angular spa app?
Upvotes: 0
Views: 226
Reputation: 143284
TechStacks is an example of an AngularJS App that supports Twitter and Facebook Authentication.
Another minimal example of a Single Page App that has a number of different AuthProviders enabled is AWS Auth, whilst the HttpBenchmarks example provides good documentation walking through setting up Authentication + Registration in ServiceStack.
Upvotes: 1