Skip to content

oalles/nestjs-passwordless-authentication-with-tokenchannel

Repository files navigation

Passwordless Authentication Flow in NestJs with TokenChannel

How to implement a passwordless approach for login.

Nest (NestJS) is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with and fully supports TypeScript (yet still enables developers to code in pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming). — https://docs.nestjs.com/

Introduction

Watch the video introduction.

Diagram

How to run

git clone https://github.com/oalles/nestjs-passwordless-authentication-with-tokenchannel.git
cd nestjs-passwordless-authentication-with-tokenchannel
export TOKENCHANNEL_API_KEY=TCk-lLyLHZbyYnnM4WSNVGcq6NF0xvYtLFEJ1ZEn
yarn install
yarn build
yarn start

Postman collections

TokenChannel Passwordless NestJs Playground

Try with Postman

TokenChannel Api Collection

Try with Postman

Links

TokenChannel Node Documentation

NestJs Documentation

NestJs Authentication Documentation

Passport JWT strategy

Releases

No releases published

Packages

No packages published