I have tried the tutorial about Security module for Play! 1.2.3. The authentication mechanism is pretty straightforward and simple.
I have a question. If i want to implement a custom authentication, is it possible to customize security module, or i have to write the code from scratch?
For example, i want to authenticate by request header parameter, what should i do?