Skip to content

nimish-gupta/shell-passwordless-login

Repository files navigation

shell-passwordless-login

This is a sample repo for the tutorial password less login using shell.

Go here to check out the blog.

This app consists of two parts

  • Cli for logging
  • Node server for serving the requests.

Get started

Perform the following steps to get started

  1. Git clone the repo using git clone git@github.com:nimish-gupta/shell-passwordless-login.git.
  2. Go to the source directory using cd shell-passwordless-login.
  3. Install all the dependecies using yarn install.
  4. Make the shell-login command accessible in terminal using npm link.
  5. In one terminal start the server using yarn start.
  6. In other terminal, type shell-login to get started.

Demo

Working Demo

About

Template for doing passwordless login through shell.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published