[ 原始碼: golang-github-appleboy-gin-jwt ]
套件:golang-github-appleboy-gin-jwt-dev(2.6.4-2)
golang-github-appleboy-gin-jwt-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-appleboy-gin-jwt:
- [golang-github-appleboy-gin-jwt_2.6.4-2.dsc]
- [golang-github-appleboy-gin-jwt_2.6.4.orig.tar.gz]
- [golang-github-appleboy-gin-jwt_2.6.4-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- golang-github-gin-contrib-gzip-dev
- golang-github-gorilla-csrf-dev
- libjson-webtoken-perl
- golang-github-nats-io-jwt-dev
- ruby-omniauth-jwt
- libcpp-jwt-dev
- php-symfony-security-csrf
- python-djangorestframework-simplejwt-doc
- golang-github-ulule-limiter-dev
- golang-github-gin-gonic-gin-dev
- python3-djangorestframework-simplejwt
JWT middleware for the Gin framework
This is a middleware for the Gin framework. It uses jwt-go to implement a JWT authentication middleware. It provides additional handler functions to provide the login API that will generate the token and an additional refresh handler that can be used to refresh tokens.
其他與 golang-github-appleboy-gin-jwt-dev 有關的套件
|
|
|
|
-
- dep: golang-github-appleboy-gofight-dev
- API Handler Testing for Golang Web framework
-
- dep: golang-github-dgrijalva-jwt-go-dev
- Golang implementation of JSON Web Tokens (JWT)
-
- dep: golang-github-gin-gonic-gin-dev (>= 1.6.3)
- HTTP web framework written in Go
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package
-
- dep: golang-github-tidwall-gjson-dev
- JSON parser for Go