• Stars
    star
    158
  • Rank 237,131 (Top 5 %)
  • Language
    Go
  • License
    Apache License 2.0
  • Created about 6 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

gin基于JWT实现token令牌功能demo

JwtDemo

gin基于JWT实现token令牌功能demo

验证功能

注册

注册用户

登录

用户登录

请求需要token的接口

携带刚才的token请求 携带token请求结果

未携带token

未携带token请求结果

无效token,随意改动刚才token的一个字符请求

无效token请求结果