Soon will be scraped/exported to a Google docs I hope
Two Factor Auth List of Websites
11–20 of 65 posts
Re: Two Factor Auth List of Websites
#12Re: Two Factor Auth List of Websites
#13I started working on a vendor-agnostic 2FA implementation for PHP projects.
https://github.com/paragonie/multi_factor
It's far from complete, but hopefully it makes it easier for others to add 2FA to their projects.
If anyone's interested in the open source CMS I mentioned: https://github.com/paragonie/airship
Re: Two Factor Auth List of Websites
#14Edit, examples:
No 2 factor authentication
Displaying the answers to your security questions in multiple choice form (with a none of the above option, but usually including your answer).
Requiring your password to be entered with mouse clicks at an on-screen keyboard. Not kidding.
Those ridiculous "anti-phishing" pics.
TradeKing is the definition of security theatre.
Do not use TradeKing.
Re: Two Factor Auth List of Websites
#15Re: Two Factor Auth List of Websites
#16Re: Two Factor Auth List of Websites
#17I worked on an open source CMS called Airship and we decided to include 2FA in our v1.0 release. After a bit of research (mostly to conclusively rule out SMS-based 2FA), I found that it was actually very easy to implement. I started working on a vendor-agnostic 2FA implementation for PHP projects. https://github.com/paragonie/multi_factor It's far from complete, but hopefully it makes it easier for others to add 2FA…
Re: Two Factor Auth List of Websites
#18Just do it.
Re: Two Factor Auth List of Websites
#19I worked on an open source CMS called Airship and we decided to include 2FA in our v1.0 release. After a bit of research (mostly to conclusively rule out SMS-based 2FA), I found that it was actually very easy to implement. I started working on a vendor-agnostic 2FA implementation for PHP projects. https://github.com/paragonie/multi_factor It's far from complete, but hopefully it makes it easier for others to add 2FA…
FYI - the correct link is: https://github.com/paragonie/multi_factor