Golang_api

为Flutter_book提供的Api接口
Alternatives To Golang_api
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Jjwt8,9448,2045234 days ago11July 05, 201882apache-2.0Java
Java JWT: JSON Web Token for Java and Android
Jwt Spring Security Demo2,534
3 years ago2mitJava
A demo for using JWT (Json Web Token) with Spring Security and Spring Boot 2
Lexikjwtauthenticationbundle2,383613128a month ago79June 12, 2022109mitPHP
JWT authentication for your Symfony API
Hanko1,634
8 hours ago2July 07, 202241otherGo
The authentication solution for the passkey era.
Awesome Nest Boilerplate1,581
6 days ago13mitTypeScript
Awesome NestJS Boilerplate 😍, Typescript 💪, Postgres 🎉, TypeORM 🥳
C Jwt Cracker1,333
2 years ago10mitC
JWT brute force cracker written in C
Dnczeus1,269
a month ago2mitC#
DncZeus 是一个基于.NET 7 + Vue.js(iview-admin) 的前后端分离的通用后台权限(页面访问、操作按钮控制)管理系统框架。后端使用.NET 7 + EF Core构建,UI则是目前流行的基于Vue.js的iView(iview-admin)。项目实现了前后端的动态权限管理和控制以及基于JWT的用户令牌认证机制,让前后端的交互更流畅。码云镜像:https://gitee.com/rector/DncZeus 。演示地址(demo):
Delphimvcframework1,048
3 days ago34apache-2.0Pascal
DMVCFramework (for short) is a popular and powerful framework for web solution in Delphi. Supports RESTful and JSON-RPC APIs development.
Spring Boot Jwt1,022
a year agomitJava
JWT auth service using Spring Boot, Spring Security and MySQL
Node Express Mongodb Jwt Rest Api Skeleton81712 months ago98April 30, 202211mitJavaScript
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
Alternatives To Golang_api
Select To Compare


Alternative Project Comparisons
Readme

API接口

安装依赖项

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.

错误信息

Popular Jwt Projects
Popular Jwt Authentication Projects
Popular Security Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Golang
Go
Jwt
Jwt Authentication
Jwt Token
Beego