Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Jjwt | 8,944 | 8,204 | 523 | 4 days ago | 11 | July 05, 2018 | 82 | apache-2.0 | Java | |
Java JWT: JSON Web Token for Java and Android | ||||||||||
Jwt Spring Security Demo | 2,534 | 3 years ago | 2 | mit | Java | |||||
A demo for using JWT (Json Web Token) with Spring Security and Spring Boot 2 | ||||||||||
Lexikjwtauthenticationbundle | 2,383 | 613 | 128 | a month ago | 79 | June 12, 2022 | 109 | mit | PHP | |
JWT authentication for your Symfony API | ||||||||||
Hanko | 1,634 | 8 hours ago | 2 | July 07, 2022 | 41 | other | Go | |||
The authentication solution for the passkey era. | ||||||||||
Awesome Nest Boilerplate | 1,581 | 6 days ago | 13 | mit | TypeScript | |||||
Awesome NestJS Boilerplate 😍, Typescript 💪, Postgres 🎉, TypeORM 🥳 | ||||||||||
C Jwt Cracker | 1,333 | 2 years ago | 10 | mit | C | |||||
JWT brute force cracker written in C | ||||||||||
Dnczeus | 1,269 | a month ago | 2 | mit | C# | |||||
DncZeus 是一个基于.NET 7 + Vue.js(iview-admin) 的前后端分离的通用后台权限(页面访问、操作按钮控制)管理系统框架。后端使用.NET 7 + EF Core构建,UI则是目前流行的基于Vue.js的iView(iview-admin)。项目实现了前后端的动态权限管理和控制以及基于JWT的用户令牌认证机制,让前后端的交互更流畅。码云镜像:https://gitee.com/rector/DncZeus 。演示地址(demo): | ||||||||||
Delphimvcframework | 1,048 | 3 days ago | 34 | apache-2.0 | Pascal | |||||
DMVCFramework (for short) is a popular and powerful framework for web solution in Delphi. Supports RESTful and JSON-RPC APIs development. | ||||||||||
Spring Boot Jwt | 1,022 | a year ago | mit | Java | ||||||
JWT auth service using Spring Boot, Spring Security and MySQL | ||||||||||
Node Express Mongodb Jwt Rest Api Skeleton | 817 | 1 | 2 months ago | 98 | April 30, 2022 | 11 | mit | JavaScript | ||
This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an API). Demo of frontend in VueJS here: https://github.com/davellanedam/vue-skeleton-mvp |
go get -u github.com/beego/bee
go get -u github.com/astaxie/beego
go get -u github.com/dgrijalva/jwt-go
go get github.com/astaxie/beego/orm
go get -u github.com/go-sql-driver/mysql
go get github.com/nfnt/resize
bee run -downdoc=true -gendoc=true
______ ______
| ___ \ | ___ \
| |_/ / ___ ___ | |_/ / ___ ___
| ___ \ / _ \ / _ \ | ___ \ / _ \ / _ \
| |_/ /| __/| __/ | |_/ /| __/| __/
\____/ \___| \___| v1.10.0 \____/ \___| \___| v1.10.0
├── Beego : 1.11.2 ├── Beego : 1.11.2
├── GoVersion : go1.11.2 ├── GoVersion : go1.10.4
├── GOOS : windows ├── GOOS : linux
├── GOARCH : amd64 ├── GOARCH : amd64
├── NumCPU : 12 ├── NumCPU : 6
├── GOPATH : C:\Users\Administrator\go ├── GOPATH : /home/xm/go/src/golang_api:/home/xm/go
├── GOROOT : D:/Golang ├── GOROOT : /usr/lib/go-1.10
├── Compiler : gc ├── Compiler : gc
└── Date : Sunday, 19 May 2019 └── Date : Monday, 20 May 2019
Linux
runmode = prod
bee pack
nohup ./golang_api &
Server on: http://127.0.0.1:8080/swagger.