fuel / depot

Fuel PHP Framework - Fuel v1.x dochub application. Get your info here!
52 stars 26 forks source link

User management #2

Open WanWizard opened 12 years ago

WanWizard commented 12 years ago

Any access beyond read-only will require a login. Suggested is to use github accounts only for now.

The system needs to support groups, and ACL,s on groups. It needs an admin backend to be able to do the user administration. ACL's on authentication method might be a nice feature for future use.

dberry37388 commented 12 years ago

I would probably throw in twitter accounts for log in also...

tomschlick commented 12 years ago

I already have the github login working for cells. We can port that logic as soon as I remove the redirect loop bug.

WanWizard commented 12 years ago

I think we should require a github account for cells, hence my remark for ACL's linked to the authentication method. For other purposes, we can add other authentication methods later.