Skip to content

Example: Two-factor authentication in a Vaadin application

Notifications You must be signed in to change notification settings

Porotype/TOTPassword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Two-factor authentication example with Vaadin

tl:dr This example shows how to make a Vaadin application work with Google Authenticator.

An example using two-factor authentication (also known as two-step verification) in a Vaadin application. This allows the application to add an additional layer of security, by requiring a one-time "TOTP" password to be entered.

Related links

TOTP RFC: http://tools.ietf.org/html/rfc6238

TOTP java library: https://github.com/wstrange/GoogleAuth (there are other implementation on GitHub, and a messy reference implementation in the RFC)

QRCode add-on: http://vaadin.com/addon/qrcode

Google Authenticator

About

Example: Two-factor authentication in a Vaadin application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published