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/
Watch the video introduction.
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
TokenChannel Node Documentation