0.2.2 • Published 4 years ago

@justablob/atota v0.2.2

Weekly downloads
6
License
LGPL-3.0-or-later
Repository
github
Last release
4 years ago

DISCLAIMER: THIS LIBRARY WAS NOT TESTED YET AND I AM NOT A CRYPTOGRAPHY EXPERT. PROCEED WITH CAUTION.

atota

atota (asymmetric token-based one-time authentication) is a module that allows clients to authenticate to a server using a one-time token based on asymmetric cryptography.

Installation

atota is available on npm:

# npm
npm i atota

#yarn
yarn add atota

atota should be fully compatible with Nodejs v12.19.0+.

Documentation

Use the TS type annotations, most of it should be self-explanatory.