The repository contains the list of projects with common use cases of ServiceStack.
- CustomAuthentication demonstrates how to create a custom AuthUserSession and how to create your own AuthProvider. The project also shows couple ways how to invoke authentication service using Ajax request with jQuery or using JsonServiceClient together with ASP.NET Form.
- CustomAuthenticationMvc is a project based on MVC4 default template. Shows how to use ServiceStack Authentication together with MVC4 controllers. How to invoke services which require authentication and shows how to use ServiceStack Session to store variables.
- NodeStackProxy demonstrates how to use Node.js with self-hosted ServiceStack. Contains scripts for Windows & Linux.