HttpLoginService
Motivation
The HttpLoginService is an API to provide web applications with a pluggable login service (authentication service).
Implementations
- First generation implementation using GWT, rather oboslete now
- org.clazzes.login.adapter.http based on and part of DomainPasswordLoginService implementations and backends
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.