========================================================================================================================
README - Spring in Practice Recipe 6.6

Copyright (c) 2013 Manning Publications Co.

Willie Wheeler (willie.wheeler@gmail.com)

Book: http://manning.com/wheeler/
Blog: http://springinpractice.com/
Code: https://github.com/springinpractice
========================================================================================================================

This chapter explores authentication using Spring Security 3.

Recipe 6.6 shows how to use a custom user service and user principal with Spring Security. We incorporate the
registration capability from chapter 4.

The following credentials are available:

* juan/p@ssword (roles: user, admin)
* elvira/p@ssword (role: user)
