Difference between revisions of "CompostUs/Auth"
Arif Iqbal (talk | contribs) |
Arif Iqbal (talk | contribs) |
||
Line 6: | Line 6: | ||
== Why this is important == | == Why this is important == | ||
+ | Its a vital step to move to our [[CompostFrontEnd]] | ||
== [[DoneDone]] == | == [[DoneDone]] == | ||
+ | * Have a auth system in [[Compost]] that stores the user sessions in the [[memcache]]. | ||
== Steps to get to [[DoneDone]] == | == Steps to get to [[DoneDone]] == |
Revision as of 05:30, 14 February 2008
What (summary)
Create CompostUs login functionality that duplicates that we have on the mediawiki side.
Why this is important
Its a vital step to move to our CompostFrontEnd
DoneDone
Steps to get to DoneDone
- Write a controller login controller with methods auth
- Update auth to save the sessions in the memcache.