jdapp-oauth2.0-server

码农软件 · 软件分类 · OAuth开发包 · 2019-04-18 15:42:02

软件介绍

基于JFinal3.xjfinal-ext3 , japp-lanucher, dubbo, 参考RFC6749实现了4.节描述的内容。

实现了OAuth 2.0定义了四种授权方式

  • 授权码模式(authorization code): 先获取下次请求token的code,然后在带着code去请求token;

  • 简化模式(implicit):直接请求token;

  • 密码模式(resource owner password credentials): 先完成授权,然后再获取token;

  • 客户端模式(client credentials): 类似密码保护模式;

本文地址:https://www.codercto.com/soft/d/3859.html

Java in a Nutshell, 6th Edition

Java in a Nutshell, 6th Edition

Benjamin J Evans、David Flanagan / O'Reilly Media / 2014-10 / USD 59.99

The latest edition of Java in a Nutshell is designed to help experienced Java programmers get the most out of Java 7 and 8, but it's also a learning path for new developers. Chock full of examples tha......一起来看看 《Java in a Nutshell, 6th Edition》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

MD5 加密
MD5 加密

MD5 加密工具