Skip to content

hiwepy/jwt-issuer

Repository files navigation

jwt-issuer

组件简介

基于 jjwt、nimbus-jose-jwt 的二次封装,对外提供统一的接口,完成JWT生成、校验等

使用说明

1、项目添加 Maven 依赖
<dependency>
	<groupId>com.github.hiwepy</groupId>
	<artifactId>jwt-issuer-api</artifactId>
	<version>${project.version}</version>
</dependency>
<dependency>
	<groupId>com.github.hiwepy</groupId>
	<artifactId>jwt-issuer-with-jjwt</artifactId>
	<version>${project.version}</version>
</dependency>
<dependency>
	<groupId>com.github.hiwepy</groupId>
	<artifactId>jwt-issuer-with-nimbus</artifactId>
	<version>${project.version}</version>
</dependency>

Jeebiz 技术社区

Jeebiz 技术社区 微信公共号小程序,欢迎关注反馈意见和一起交流,关注公众号回复「Jeebiz」拉你入群。

公共号 小程序

Releases

No releases published

Packages

No packages published

Languages