3.0.1 • Published 10 months ago

@gm5/jwt v3.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
10 months ago

downloads version

@gm5/jwt

json web token。

安装

npm install @gm5/jwt

使用

import { createApp } from '@gm5/code'
import { createJwt, JwtModule } from '@gm5/jwt'

var app = createApp()

app.install(JwtModule)
  .use(createJwt())
  .run()
2.0.3

10 months ago

3.0.1

10 months ago

3.0.0

10 months ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.1.0

5 years ago

1.0.0

5 years ago