HttpLoginService

Motivation

The HttpLoginService is an API to provide web applications with a pluggable login service (authentication service).

Implementations

NG: DomainPasswordLoginServer

During several real world projects we learnt that we often need more authentication functions than we put into HttpLoginSerivce.

Therefore we created DomainPasswordLoginService.