I have a web application that Angular2 on the frontend and NodeJS on the backend. I want to allow customers to use Google Authenticator to make their accounts more secure.
How can I implement / use Google Authenticator on my website? I cannot find an API to use and / or tutorials for later use or any libraries to use. Where can I find resources for this?
source share