joscha / play-authenticate

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

Provide DI Authenticate controller #267

Closed mkurz closed 9 years ago

mkurz commented 9 years ago

See https://groups.google.com/forum/?fromgroups#!topic/play-framework/IrMKSik-kw8

@joscha Basically I would copy Authenticate.java, name it AuthenticateDI.java and remove the static keyword. What do you think?

joscha commented 9 years ago

yes, that seems reasonable. Amazing you picked that up!

mkurz commented 9 years ago

Fixed via #268