搜索资源列表
jwt
- jsp+javabean+servelet教务通管理系统 实现全部功能-jsp+ javabean+ servelet Senate pass management system to achieve full functionality
jwt
- 劲舞团小游戏,wsad为上下左右,每关10秒,过关增加难度-jinwutuan game,wsad for up down left right,10 seconds per pass
jwt
- 暑期时间周 老师教了些关于图形与按键的东西 结合起来 我写了个模仿劲舞团的游戏(虽然有点脑残) 有兴趣的朋友可以看看 有不对或不好的地方 欢迎指出 (注:在WIN—TC底下运行 VC可能无法运行)-Summer time week teacher teach something about the graphics and buttons I wrote a combination of imitation Audition game
Jwt
- oauth2.0核心加解密工具,里面有详细说明-oauth2.0 core encryption and decryption tool, which is described in detail
JWT
- WIND WITH CONSTANT WITH WIND SPEED
spring-authorization-demo-master
- jwt基于token身份认证 java简单实现-JWT token authentication based on java simple implementation
jose-jwt-master
- Jwt 实现源码,安全方向,实现单点登录(JWT implementation source code, security direction)
AngularJsRoutingExample
- JWT TOKEN SYSTEM API EXAMPLE
JwtUtil
- 请勿上传和编程无关的文件 要求上传您自己觉得好的资料(Do not upload files unrelated to programming Ask to upload the information you feel good about yourself)
django-rest-framework-simplejwt
- Simple JWT provides a JSON Web Token authentication backend for the Django REST Framework. It aims to provide an out-of-the-box solution for JWT authentication which avoids some of the common pitfalls of the JWT specification. Below, we list some of
jwt-handbook
- JSON Web Token的一个优秀实现标准的参考手册(JSON Web Token an excellent implementation standard reference manual)
guns
- Guns基于SpringBoot, 致力于做更简洁的后台管理系统,完美整合springmvc + shiro + mybatis-plus + beetl + flowable! Guns项目代码简洁,注释丰富,上手容易, 同时Guns包含许多基础模块(用户管理,角色管理,部门管理,字典管理等10个模块),可以直接作为一个后台管理系统的脚手架. Guns v3.0新增rest api服务,提供对接服务端接口的支持,并利用jwt token鉴权机制给予客户端的访问权限,传输数据进行md
mmall
- jwt+springboot+mybatis+mysql 权限管理系统(JWT + springboot + mybatis + MySQL permission management system)
django-rest-framework-simplejwt-master
- Simple JWT Auth Development
eladmin
- 一个基于 Spring Boot 2.1.0 、 Spring Boot Jpa、 JWT、Spring Security、Redis、Vue的前后端分离的后台管理系统 使用最新技术栈,社区资源丰富。 项目按功能模块化,提升开发,测试效率。 高效率开发,使用代码生成器可以一键生成前后端代码 支持数据字典,可方便的对一些状态进行管理 支持接口限流,避免恶意请求导致服务层压力过大 支持接口级别的功能权限与数据权限,可自定义操作 自定义权限注解与匿名接口注解,可快速对某一接口拦截与放
Web API 授权的两种方式及实例
- 代码列举了 Web API 授权时的两种方式,除了采用JWT方式,还灵活采用cache这种方式,避免了算法的复杂性,具有很好的操作性;