jfinal-oauth2.0-server on jdapp, ref http://www.rfcreader.com/#rfc6749
最近更新: 6年多前实现了OAuth 2.0定义了四种授权方式授权码模式(authorization code): 先获取下次请求token的code,然后在带着code去请求token;简化模式(implicit):直接请求token;密码模式(resource owner password credentials): 先完成授权,然后再获取token;客户端模式(client credentials): 类似密码保护模式;
最近更新: 7年多前The Java standalone Dubbo App (JDApp) launcher base on jf and jf-ext3
最近更新: 7年多前