bengler / checkpoint

Centralized identity store and authentication broker for web applications. It supports a number of authentication mechanisms and is provided via a http-interface.
MIT License
31 stars 2 forks source link

login/anonymous api #34

Closed simen closed 11 years ago

simen commented 11 years ago

Currently login/anonymous must be visited by a browser. We need this to work also as an api-endpoint so that client side javascripts may get an anonymous session too.

skogsmaskin commented 11 years ago

https://github.com/bengler/checkpoint/pull/35