Page MenuHomePhabricator

Persona authentication provider
Closed, ResolvedPublic

Description

I think it would be rad if Phabricator supported Persona authentication out of the box.

Technical details at https://developer.mozilla.org/en-US/Persona.

There are a number of PHP projects using Persona. Details at https://developer.mozilla.org/en-US/Persona/Libraries_and_plugins and https://github.com/mozilla/browserid-cookbook

Event Timeline

indygreg raised the priority of this task from to Needs Triage.
indygreg updated the task description. (Show Details)
indygreg added a project: Auth.
indygreg added a subscriber: indygreg.

@chad, it looks like these are icon assets: https://developer.mozilla.org/en-US/Persona/branding

I'm going to take a crack at this but it may be somewhat involved because all of our other auth runs purely on the server side.

epriestley triaged this task as Normal priority.

It seems like all the complexity here was shallow. I think the only thing missing after D7313 is a provider icon.

epriestley edited this Maniphest Task.

I need to go forage. Will check this out when I'm back.

(This link (from that page) is probably a better starting point.)

http://people.mozilla.org/~smartell/persona/

This should be all set in HEAD now, let us know if you notice any issues. T2549 tracks the many-to-one thing, as per IRC.