@classmethod/lifft-up
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

lifft-up

CI status

Let's lift up your LIFF apps 🏋️

Feature collections to realize your creativity.

Getting Started

cd /your/working/dir

npm install @classmethod/lifft-up
// or
yarn add @classmethod/lifft-up

Usage

Authentication by IDToken.

import * as lifftUp from '@classmethod/lifft-up'

(async () => {
 // https://developers.line.biz/en/reference/liff/#get-id-token
 const idToken = <your id token>
 // Specify Liff Channel ID.
 const clientId = <your liff channel id>
 // The IDToken payload will be returned.
 const payload = await lifftUp.authorizer(idToken, clientId)
})()

Readme

Keywords

none

Package Sidebar

Install

npm i @classmethod/lifft-up

Weekly Downloads

13

Version

0.0.8

License

MIT

Unpacked Size

6.14 kB

Total Files

13

Last publish

Collaborators

  • cm-nishida.masayuki
  • yamatatsu
  • otas
  • mchello