Earlier quoted context omitted.
myname+website@gmail.com should absolutely work -- please file a bug if not: https://github.com/mozilla/browserid-sideshow/issues/new
Huh - it does work, as you say. I guess I misremembered. EDIT: Now I remember my use case. My email is actually myname+randomstring+website@otherdomain.com, and so I want to sign in with the same randomstring every time. Previously when signing in to Persona with my Gmail email address it would suggest all alternatives, and I'd choose the appropriate one. Now it logs in with Gmail directly instead. Of course, this is…
Persona makes signing in easy for Gmail users
101–110 of 122 posts
Re: Persona makes signing in easy for Gmail users
#102Earlier quoted context omitted.
I use Firefox... and I don't think I wan't to be logged into multiple accounts - it's just that now Persona requires it.
FWIW - firefox has supported multiple profiles for years, long before Chrome even existed. Run it with the following command-line arguments: -ProfileManager -new-instance That brings up a profile picker/creater. Each profile is isolated, different plugins, different cookies, etc. The only information leakage is when a plugin keeps its own data outside of the profile directory, like Adobe Flash keeps its version of co…
Re: Persona makes signing in easy for Gmail users
#103Earlier quoted context omitted.
Check out the docs under the "Identity Providers" heading here: https://developer.mozilla.org/en-US/docs/Mozilla/Persona Shane Tomlinson and I gave a talk about turning your own domain into a Identity Provider at FOSDEM this year, which might be helpful: https://www.youtube.com/watch?v=0YRq9LWnlBw Also, if you'd like to source dive: - Minimal, static, Mailinator-style IdP: https://github.com/callahad/mockmyid/ - Mini…
As I mentioned below, I also wrote a service to turn your domain into an identity provider (so you can log in with you@yourdomain.com): https://persowna.net/ It's free for now, and will probably always be free for individual usage.
Re: Persona makes signing in easy for Gmail users
#104Earlier quoted context omitted.
Huh - it does work, as you say. I guess I misremembered. EDIT: Now I remember my use case. My email is actually myname+randomstring+website@otherdomain.com, and so I want to sign in with the same randomstring every time. Previously when signing in to Persona with my Gmail email address it would suggest all alternatives, and I'd choose the appropriate one. Now it logs in with Gmail directly instead. Of course, this is…
Yet another use case that's more difficult now: I use randomstring@gmail.com for some sites where I expect to get lots of spam, and then forward email based on some filters.
Re: Persona makes signing in easy for Gmail users
#105Earlier quoted context omitted.
As I mentioned below, I also wrote a service to turn your domain into an identity provider (so you can log in with you@yourdomain.com): https://persowna.net/ It's free for now, and will probably always be free for individual usage.
Your service is nice, but the whole point of my question was to have to a simple way to install something that could make me independent of any 3rd-party service like yours. :)
Re: Persona makes signing in easy for Gmail users
#106Re: Persona makes signing in easy for Gmail users
#107Earlier quoted context omitted.
Tell me more! Do you want Persona authentication on your website or do you want a deamon that is an identity provider for your personal domain? What language or platform would be ideal?
I want to be my own identity provider, which ever web technology, php, ruby, python, JavaScript.
Re: Persona makes signing in easy for Gmail users
#108Re: Persona makes signing in easy for Gmail users
#109Earlier quoted context omitted.
It used some another (failed?) provider before (which connected accounts to Gmail, Yahoo, etc.)
HN was using Clickpass (YC Summer 07), which was acquired and shuttered by Janrain early last year. Amusingly enough, Stack Overflow still has a (broken) Clickpass button on its login page. If I recall correctly, Clickpass was a centralized OpenID proxy, whereas Persona is trying to bootstrap a fully decentralized protocol. We don't want to even be able to track you. :) [Edit: Corrected YC cohort. Thanks wamatt!]
Where? I can't see it.
Re: Persona makes signing in easy for Gmail users
#110Can someone explain the security implications of Persona? In what ways is it more or less secure than other authentication mechanisms (username/password, two factor auth, etc)? Thanks!
Which means that 99% of sites don't need to worry about security for passwords, and you don't need to worry that your password has been stolen by hackers and now they're trying that same password on every site you might have ever used.
It's also decentralised, so there's no tracking of what sites you've logged in to. (Or, at least, it will be, once email providers implement IDPs themselves rather than using the Mozilla fallback). And the way the certification works, the IDP has no idea what sites you're signing into, so you're safe from that too.