Authentication integration: Difference between revisions

no edit summary
imported>Paulproteus
No edit summary
imported>Paulproteus
No edit summary
Line 1:
== Purpose ==
 
If a user arrives at the OpenHatch wiki, and that user is already logged into the OpenHatch website, the wiki should have a way to identify the user and log the user in with the same username. This page describes a protocol for the wiki (and other applications within the openhatch.org domain) to ask the openhatch Django code for information on the current user (specifically, username and email address), receive that information, and automatically log that user in.
The OpenHatch website is comprised of a few pieces. There's the OpenHatch codebase in Django, but there's also this wiki and we are [[choosing a forum]]. I'd like logins to be integrated.
 
TheThis is necessary because the OpenHatch website is comprised of a few pieces. There'sWe do most of our work on the OpenHatch codebase in Django, but there's also this wiki and wethe arebug [[choosingtracker (and we're adding a forum]]). I'dUsers likehave loginsasked tofor belogin integratedintegration.
 
== Overview ==
Anonymous user