Index: branches/extensions-realtime/IdentityApi/README |
— | — | @@ -1,3 +1,5 @@ |
| 2 | +== Notes == |
| 3 | + |
2 | 4 | This extension is experimental. It should not be used by anyone in a production environment. |
3 | 5 | |
4 | 6 | The purpose of this extension is to act as a sort of identity helper for other non-MediaWiki services that might be |
— | — | @@ -6,6 +8,16 @@ |
7 | 9 | |
8 | 10 | This implementation is based on Wikia's Chat module AJAX functions[1], but tries to be more general. |
9 | 11 | |
| 12 | +== Caveat == |
| 13 | + |
| 14 | +This entire extension might be a bad idea, if there is an easier way to do all this with OpenID. It's not clear to me |
| 15 | +yet if we can get something as seamless with OpenID, as easily. At least this is a basis for the kind of communications that |
| 16 | +OpenID will need, we can shoehorn this into the OpenID extension later. |
| 17 | + |
| 18 | +The only reason I'm pushing forward with this now is that we need SOME sort of service to go forward with etherpad and chat |
| 19 | +experiements. |
| 20 | + |
| 21 | + |
10 | 22 | -- Neil Kandalgaonkar <neilk@wikimedia.org> 10 Aug 2011 |
11 | 23 | |
12 | 24 | |