========================================================================================================================
README - Spring in Practice Recipe 6.5

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.5 shows how to use a custom database schema as an authentication source.

The following credentials are available:

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