ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

authentication with Omniauth

Added by Pavlik elf at 2012-02-18 03:39 pm

Hi,

I would like tu use authentication methods like BrowserID and WebID:
https://browserid.org/about
http://webid.info

Omniauth has already among others strategy for BrowserID:
https://github.com/intridea/omniauth/wiki/List-of-Strategies

and I consider helping with developing WebID strategy for it.

Switching chili to use Omniauth or similar solution could make adding support for new authentication methods simpler...