JSON Web Tokens
JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.
Here are 9,381 public repositories matching this topic...
Apache部署GVA项目
Apache 部署GVA
部署版本
GVA 2.4.0
具体配置
VirtualHost 配置中加入:
<Proxy /api>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /api http://127.0.0.1:8888
ProxyPassReverse /api http://127.0.0.1:8888此配置目的与 官方 nginx 提供配置类似。
注意
Apache 需要开启 proxy_module
http://127.0.0.1:8888 为后端默认地址,如已更改记得替换
-
Updated
Apr 7, 2022 - PHP
Description 📓
Middleware is calling getToken directly without providing any decode methods. By getToken() uses jwtDecrypt from jose package, and it will probably throws error when the JWT is not signed in the same way. It will throw error when we p
Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more.
-
Updated
Feb 13, 2022 - Python
Java JWT: JSON Web Token for Java and Android
-
Updated
Mar 28, 2022 - Java
A simple library to work with JSON Web Token and JSON Web Signature
-
Updated
Apr 7, 2022 - PHP
基于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
-
Updated
Apr 1, 2022 - Go
-
Updated
Mar 31, 2022 - Java
Full ASP.NET Core 6 application with DDD, CQRS and Event Sourcing concepts
-
Updated
Mar 22, 2022 - C#
lamp-cloud 基于Jdk11 + SpringCloud + SpringBoot的微服务快速开发平台,其中的可配置的SaaS功能尤其闪耀, 具备RBAC功能、网关统一鉴权、Xss防跨站攻击、自动代码生成、多种存储系统、分布式事务、分布式定时任务等多个模块,支持多业务系统并行开发, 支持多服务并行开发,可以作为后端服务的开发脚手架。代码简洁,注释齐全,架构清晰,非常适合学习和企业作为基础框架使用。
-
Updated
Mar 14, 2022 - Java
Spring Boot 系列实战合集
-
Updated
Mar 31, 2022 - Java
Attempted to install pyjwt with Anaconda and received this error:
ERROR conda.core.link:_execute_actions(337): An error occurred while installing
package 'conda-forge::pyjwt-1.5.3-py_0'.
CondaError: Cannot link a source that does not exist. C:\Users\tsnell\AppData\Lo
cal\Continuum\Anaconda2\Scripts\conda.exe
connect/express middleware that validates a JsonWebToken (JWT) and set the req.user with the attributes
-
Updated
Apr 7, 2022 - JavaScript
-
Updated
Apr 7, 2022 - C#
基于Spring Boot 2.x的一站式前后端分离快速开发平台XBoot 微信小程序+Uniapp 前端:Vue+iView Admin 后端:Spring Boot 2.x/Spring Security/JWT/JPA+Mybatis-Plus/Redis/Elasticsearch/Activiti 分布式限流/同步锁/验证码/SnowFlake雪花算法ID 动态权限 数据权限 工作流 代码生成 定时任务 社交账号 短信登录 单点登录 OAuth2开放平台 客服机器人 数据大屏 暗黑模式
-
Updated
Jul 2, 2021 - Java
基于SpringBoot2.x、SpringCloud和SpringCloudAlibaba并采用前后端分离的企业级微服务多租户系统架构。并引入组件化的思想实现高内聚低耦合,项目代码简洁注释丰富上手容易,适合学习和企业中使用。真正实现了基于RBAC、jwt和oauth2的无状态统一权限认证的解决方案,面向互联网设计同时适合B端和C端用户,支持CI/CD多环境部署,并提供应用管理方便第三方系统接入;同时还集合各种微服务治理功能和监控功能。模块包括:企业级的认证系统、开发平台、应用监控、慢sql监控、统一日志、单点登录、Redis分布式高速缓存、配置中心、分布式任务调度、接口文档、代码生成等等。
-
Updated
Mar 8, 2022 - Java
Guns基于SpringBoot 2,致力于做更简洁的后台管理系统,完美整合springmvc + shiro + mybatis-plus + beetl!Guns项目代码简洁,注释丰富,上手容易,同时Guns包含许多基础模块(用户管理,角色管理,部门管理,字典管理等10个模块),可以直接作为一个后台管理系统的脚手架!
-
Updated
Mar 15, 2022 - Java
A ruby implementation of the RFC 7519 OAuth JSON Web Token (JWT) standard.
-
Updated
Apr 6, 2022 - Ruby
基于 Gin 进行模块化设计的 API 框架,封装了常用功能,使用简单,致力于进行快速的业务研发。比如,支持 cors 跨域、jwt 签名验证、zap 日志收集、panic 异常捕获、trace 链路追踪、prometheus 监控指标、swagger 文档生成、viper 配置文件解析、gorm 数据库组件、gormgen 代码生成工具、graphql 查询语言、errno 统一定义错误码、gRPC 的使用、cron 定时任务 等等。
-
Updated
Dec 1, 2021 - Go
Elixir Authentication
-
Updated
Mar 26, 2022 - Elixir
JSON Web Token Authentication support for Django REST Framework
-
Updated
Sep 1, 2021 - Python
The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.
-
Updated
Apr 6, 2022 - Python
A demo for using JWT (Json Web Token) with Spring Security and Spring Boot 2
-
Updated
Feb 7, 2022 - Java
An SWT based API for managing users and issuing SWT tokens
-
Updated
Feb 10, 2022 - Go
-
Updated
Apr 4, 2022 - Go
Created by M. Jones, J. Bradley, N. Sakimura
Released May 2015
- Website
- www.rfc-editor.org/info/rfc7519
- Wikipedia
- Wikipedia


提交 Issues 请提供
对于没有提供详细的 Issues 将直接关闭。谢谢