Roman
Roman

Reputation: 633

How to authenticate in servicestack using angular spa basic authentication

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

Answers (1)

mythz
mythz

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

Related Questions