passwordless-library
Reactive icon

Passwordless Library

Stable version 0.3.0 (Compatible with OutSystems 11)
Uploaded
 on 20 January 2022
 by 
0.0
 (0 ratings)
passwordless-library

Passwordless Library

Details
Implementation of the passwordless.dev API This Library will allow you to use Web Authentication (password less) on your applications.
Read more

The Web Authentication API (also referred to as WebAuthn) uses asymmetric (public-key) cryptography instead of passwords or SMS texts for registering, authenticating, and second-factor authentication with websites. This has some benefits:

  • Protection against phishing: An attacker who creates a fake login website can't login as the user because the signature changes with the origin of the website.
  • Reduced impact of data breaches: Developers don't need to hash the public key, and if an attacker gets access to the public key used to verify the authentication, it can't authenticate because it needs the private key.
  • Invulnerable to password attacks: Some users might reuse passwords, and an attacker may obtain the user's password for another website (e.g. via a data breach). Also, text passwords are much easier to brute-force than a digital signature.

Many websites already have pages that allow users to register new accounts or sign in to an existing account, and the Web Authentication API acts as a replacement or supplement to those on those existing webpages.

Release notes (0.3.0)
  • Minor bug fixes
Reviews (0)
Team
Other assets in this category