All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.jdevelops.util.jwt.constant.JwtConstant Maven / Gradle / Ivy

Go to download

jwt 工具 使用的是[jose4j](https://bitbucket.org/b_c/jose4j/src) [jwt](https://bitbucket.org/b_c/jose4j/wiki/JWT%20Examples) [tokenSecret加密方式 hmacsha256 ](http://www.jsons.cn/allencrypt/)

The newest version!
package cn.jdevelops.util.jwt.constant;

/**
 * jwt相关的常量
 *
 * @author tn
 * @date 2022-02-25 09:29
 */
public interface JwtConstant {

    /**
     * jwt鉴权key
     */
    String TOKEN = "token";


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy