jfinal-oauth2.0-server

码农软件 · 软件分类 · OAuth开发包 · 2019-04-18 18:28:05

软件介绍

基于JFinaljfinal-ext3 参考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/3870.html

Designing with Web Standards (2nd Edition)

Designing with Web Standards (2nd Edition)

Jeffrey Zeldman / Peachpit Press / 2006-07-06 / USD 44.99

Best-selling author, designer, and web standards evangelist Jeffrey Zeldman has updated his classic, industry-shaking guidebook. This new edition--now in full color--covers improvements in best prac......一起来看看 《Designing with Web Standards (2nd Edition)》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试