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

org.macrocloud.kernel.jwt.constant.JwtConstant Maven / Gradle / Ivy

package org.macrocloud.kernel.jwt.constant;

/**
 * Jwt常量
 *
 */
public interface JwtConstant {

	/**
	 * 默认key
	 */
	String DEFAULT_SECRET_KEY = "macroxisapowerfulmicroservicearchitectureupgradedandoptimizedfromacommercialproject";

	/**
	 * key安全长度,具体见:https://tools.ietf.org/html/rfc7518#section-3.2
	 */
	int SECRET_KEY_LENGTH = 32;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy