-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathREADME
More file actions
19 lines (13 loc) · 783 Bytes
/
README
File metadata and controls
19 lines (13 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
========================================================================================================================
README - Spring in Practice Recipe 6.1
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.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)