0.0.8 • Published 3 years ago

@classmethod/lifft-up v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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)
})()
0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago