Book Image

ServiceStack 4 Cookbook

Book Image

ServiceStack 4 Cookbook

Overview of this book

Table of Contents (18 chapters)
ServiceStack 4 Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 7. Security and Authentication

In this chapter, we will cover the following topics:

  • Getting started with authentication, sessions, registration, and user repositories

  • Getting started with Twitter authentication

  • Getting started with Google authentication

  • Getting started with Facebook authentication

  • Using multiple authentication providers and persisting a user's preferred profile image

  • Handling password resets for credential-based authentication

  • Accessing Windows identity information from ServiceStack for an intranet application

  • Validating password complexity with a custom registration validator

  • Migrating users from another system by overriding ServiceStack's credential-based authentication

  • Writing your own OpenID authentication provider