-
Notifications
You must be signed in to change notification settings - Fork 17
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
List of Authenticator apps #11
Comments
I agree. What's out there? |
You can see a list of two factor authentication enabled sites from here https://en.wikipedia.org/wiki/Google_Authenticator#Usage |
Here is a list of multifactor authentication technologies |
I see two issues with providing this list:
Maybe we could add a bit of metadata to each site -- "supports 2FA over SMS", "supports 2FA over Authenticator apps", "supports 2FA over calling", Yubikey, etc... |
yes. That seems to be a better option |
I think the JSON might look something like this... {
"name": "Google",
"url": "...",
"howto": "...",
"sms": true,
"app": true,
"call": true,
"hardware": true
} Is there other data we'd add? Obviously we'd show this data on the page somehow. |
that seems nice 👍 |
It's a bit of an endeavor to add these, but I'll start adding the data here and there. |
We should make it more like this I could start adding this data on most of them. |
@jamcat22 That looks good -- feel free to add the data! I'll add the relevant information. |
Ok so should I add the data in that format? Also should we include a "paid-only": That way for some providers cough Enjin, SecureSafe, and others cough that require a paid plan to enable 2fa, everyone knows. |
I think I'd like the following keys:
So, for example: {
"name": "GitHub",
"url": "...",
"howto": "...",
"methods": ["authenticator", "sms", "onetime"],
"countries": ["us", "gb", "kr"],
"paidOnly": false
} Sorry to keep changing my mind on this. |
Five questions:
|
|
|
1: I agree about |
Maybe make it something like |
Sure. You can start adding those if you like! Thanks for doing it (and putting up with my weird nitpicky-ness). |
So just so I can make sure, the final should be: |
I'd abandon this -- I think we're going to merge with http://twofactorauth.org/. |
Can I help with merging? |
I think we should add a link to their site in the introduction; it seems like an all-around better site. Sorry I'm so wishy-washy about this; I've been terribly busy with other stuff and haven't dedicated enough thought to this list. |
It would be nice if you add a list of authenticator apps in various types of smartphones.
The text was updated successfully, but these errors were encountered: