-
Notifications
You must be signed in to change notification settings - Fork 21
Spring in Practice, Chapter 6
springinpractice/sip06
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
======================================================================================================================== README - Spring in Practice Recipe 6.1 Copyright (c) 2013 Manning Publications Co. Willie Wheeler ([email protected]) Book: http://manning.com/wheeler/ Blog: http://springinpractice.com/ Code: https://github.com/springinpractice ======================================================================================================================== This chapter explores authentication using Spring Security 3. Recipe 6.1 shows how to use Spring Security to implement a basic login/logout capability, including remember-me authentication. The following credentials are available: * juan/p@ssword (roles: user, admin) * elvira/p@ssword (role: user)