Getting Started
Let's discover no-secreto.
caution
This is a beta version of no-secreto. It is not ready for production use yet.
What is no-secreto?
no-secreto is a library to help you add passwordless authentication in your nodejs applicaiton.
Installation
This is a Node.js module available through the npm registry.
If this is a brand new project, make sure to create a package.json first with the
- npm
- Yarn
npm init command.
yarn init command.
- npm
- Yarn
npm install no-secreto
yarn add no-secreto
What you'll need
- Node.js version 14 or above:
- When installing Node.js, you are recommended to check all checkboxes related to dependencies.
Types
Although there are many types of passwordless authentication, no-secreto supports only one type as of now:
- email-based passwordless authentication.