@johardi - I made some changes to the DefaultLoginService, mainly pulling out the SessionManager and pushing the hashing into it, in order to make things a little more general for the HTTPServer. This allows LDAP or any other method to be used as long as it implements LoginService.
@johardi - I made some changes to the DefaultLoginService, mainly pulling out the
SessionManager
and pushing the hashing into it, in order to make things a little more general for theHTTPServer
. This allowsLDAP
or any other method to be used as long as it implementsLoginService
.