All Projects → Wangjiaxing123 → Jwtdemo

Wangjiaxing123 / Jwtdemo

Licence: apache-2.0
gin基于JWT实现token令牌功能demo

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Jwtdemo

Go Admin
go web api,包含gin+gorm+jwt+rbac等。
Stars: ✭ 298 (+112.86%)
Mutual labels:  gin, jwt
Go Gin Example
An example of gin
Stars: ✭ 4,992 (+3465.71%)
Mutual labels:  gin, jwt
golang api
This is a source code of my golang restful api series on youtube.
Stars: ✭ 36 (-74.29%)
Mutual labels:  jwt, gin
Ginhello
Gin 学习示例代码
Stars: ✭ 197 (+40.71%)
Mutual labels:  gin, jwt
Ginbro
Converting a MySQL database'schema to a RESTful golang APIs app in the fastest way
Stars: ✭ 97 (-30.71%)
Mutual labels:  gin, jwt
Learning tools
Go 学习、Go 进阶、Go 实用工具类、Go-kit ,Go-Micro 微服务实践、Go 推送
Stars: ✭ 605 (+332.14%)
Mutual labels:  gin, jwt
Go Admin
基于Gin + Vue + Element UI的前后端分离权限管理系统脚手架(包含了:多租户的支持,基础用户管理功能,jwt鉴权,代码生成器,RBAC资源控制,表单构建,定时任务等)3分钟构建自己的中后台项目;文档:https://doc.go-admin.dev Demo: https://www.go-admin.dev Antd beta版本:https://preview.go-admin.dev
Stars: ✭ 5,439 (+3785%)
Mutual labels:  gin, jwt
Golang Gin Realworld Example App
Exemplary real world application built with Golang + Gin
Stars: ✭ 1,780 (+1171.43%)
Mutual labels:  gin, jwt
Duckygo
一个同时支持Session以及JWT的高性能高可用 Golang Restful API 脚手架 !
Stars: ✭ 57 (-59.29%)
Mutual labels:  gin, jwt
Snake
🐍 一款小巧的基于Go构建的开发框架,可以快速构建API服务或者Web网站进行业务开发,遵循SOLID设计原则
Stars: ✭ 615 (+339.29%)
Mutual labels:  gin, jwt
Gin Web
由gin + gorm + jwt + casbin组合实现的RBAC权限管理脚手架Golang版, 搭建完成即可快速、高效投入业务开发
Stars: ✭ 107 (-23.57%)
Mutual labels:  gin, jwt
Zendea
A free, open-source, self-hosted forum software written in Go 官方QQ群:656868
Stars: ✭ 116 (-17.14%)
Mutual labels:  gin, jwt
Django Auth Adfs
A Django authentication backend for Microsoft ADFS and AzureAD
Stars: ✭ 127 (-9.29%)
Mutual labels:  jwt
Cli
🧰 A zero trust swiss army knife for working with X509, OAuth, JWT, OATH OTP, etc.
Stars: ✭ 2,151 (+1436.43%)
Mutual labels:  jwt
Jwtxploiter
A tool to test security of json web token
Stars: ✭ 130 (-7.14%)
Mutual labels:  jwt
Demo Twilio Backend Nodejs
A sample backend that demonstrates how to generate a Virgil JWT and Twilio token used for authentication with the Virgil and Twilio services
Stars: ✭ 128 (-8.57%)
Mutual labels:  jwt
Gin Doc Cn
go 语言框架 gin 的中文文档
Stars: ✭ 1,918 (+1270%)
Mutual labels:  gin
Gin Rtsp
基于Gin + WebSocket + JSMpeg,在HTML页面上直接播放RTSP视频流。
Stars: ✭ 136 (-2.86%)
Mutual labels:  gin
Spring Boot Quick
🌿 基于springboot的快速学习示例,整合自己遇到的开源框架,如:rabbitmq(延迟队列)、Kafka、jpa、redies、oauth2、swagger、jsp、docker、spring-batch、异常处理、日志输出、多模块开发、多环境打包、缓存cache、爬虫、jwt、GraphQL、dubbo、zookeeper和Async等等📌
Stars: ✭ 1,819 (+1199.29%)
Mutual labels:  jwt
Go Http Metrics
Go modular http middleware to measure HTTP requests independent of metrics backend (with Prometheus and OpenCensus as backend implementations) and http framework/library
Stars: ✭ 128 (-8.57%)
Mutual labels:  gin

JwtDemo

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

验证功能

注册

注册用户

登录

用户登录

请求需要token的接口

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

未携带token

未携带token请求结果

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

无效token请求结果

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].