LINE Login API demo

Simple demo with LINE login API

image

how to use

  1. copy .env.example to .env and fill your channel information
  2. npm install
  3. npm run dev
  4. click the printed URL on the ocnsole
  5. login with your LINE id

todo

[ ] apply OAuth2.0 ?