Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support BrowserID login authentication in Piwik #2970

Closed
mattab opened this issue Feb 23, 2012 · 2 comments
Closed

Support BrowserID login authentication in Piwik #2970

mattab opened this issue Feb 23, 2012 · 2 comments
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.

Comments

@mattab
Copy link
Member

mattab commented Feb 23, 2012

browserid is a new fantastic protocol that will provide authentication the way it should be done: protecting everyone privacy.

I believe we should add support to BrowserID in Piwik before 2.0.

There is an example php implementation at: https://github.com/mozilla/browserid-cookbook/blob/master/php/browserid.php

It looks simple to implement. Apparently, the way I understand it is that we would add a "browser id login" link on the login form, that would open a popup from browserid.org (until browsers implement it), which would authenticate using the email address.

@fmarier
Copy link

fmarier commented Feb 23, 2012

Here is a simple overview of how to add support for BrowserID:

https://github.com/mozilla/browserid/wiki/How-to-Use-BrowserID-on-Your-Site

and here is the complete documentation:

https://developer.mozilla.org/en/BrowserID

You can find examples of sites that already implement it here:

https://wiki.mozilla.org/Identity/BrowserID/InTheWild

@mattab mattab added this to the Future releases milestone Jul 8, 2014
@mattab mattab modified the milestones: Long term, Mid term Dec 23, 2015
@mattab mattab modified the milestones: Long term, Mid term Dec 5, 2016
@lioman
Copy link

lioman commented Apr 7, 2017

@mattab: could be closed! Persona (BrowserID) is discontinued.

@sgiehl sgiehl added the wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it. label Apr 7, 2017
@sgiehl sgiehl closed this as completed Apr 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

4 participants