Skip to content

This intend to be a spring security and play framework 2.1 integration

Notifications You must be signed in to change notification settings

jmanuelc87/play-spring-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

play-spring-security

This intend to be a spring security and play framework 2.1 integration

you can download the project and start it with play run

as an example there are 5 method actions in the Application Controller

/				-> NOT SECURED
/list			-> NOT SECURED
/home			-> SECURED WITH ROLE_USER
/login			-> NOT SECURED (It will display a login form)
/submit/login	-> (receive a post request to perform a user login)

About

This intend to be a spring security and play framework 2.1 integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published