joscha / play-authenticate

An authentication plugin for Play Framework 2.x (Java)
http://joscha.github.com/play-authenticate/
Other
807 stars 367 forks source link

[Doc] Update doc #313

Open eximius313 opened 7 years ago

eximius313 commented 7 years ago

Hi,

Could you please update documentation about: 1)What

com.feth.play.module.pa.controllers.Authenticate.noCache(response());

is, why and where should I use it?

2) What is the purpose of AuthProvider and it's elements and how to use it? 3) What is the workflow (how AbstractUserService plays with Resolver, AuthProvider, AuthUser and AbstractDeadboltHandler)?

Thank you in advance