Github上的PHP资源汇总大全 经验

一个多供应的身份验证框架 OAuth2 : 一个OAuth2身份验证服务器、资源服务器和客户端库 OAuth2 Server : 一个OAuth2服务器实现 PHP oAuthLib : 另一个OAuth库 TwitterOAuth

jopen 2015-01-06   172621   0
PHP   PHP开发  
P15

  那些年我们追过的Resuful 文档

authentication mechanism  Authorization  Oauth 1.0  Oauth 2.0  Custom mechanism  Amazon AWS Identity

247338828 2015-05-31   608   0

如何在 Swift 中优雅地处理 JSON 经验

test",     ......     "user": {       "name": "OAuth Dancer",       "favourites_count": 7,       "entities": {

jopen 2014-07-22   54365   0

[译] 关于 Go tools 的比较有用的 flags 经验

golang.org/x/oauth2/... 会克隆包到 $GOPATH/src/golang.org/x/ouath2 。给出的 golang.org/x/oauth2 是一个虚假的URL,g

DerekVes 2016-09-28   9408   0

大量很棒的Laravel资源集合:awesome-laravel 经验

Defender Roles & Permissions for Laravel 5 OAuth2 Server Laravel - OAuth 2.0 authorization server and resource

jopen 2015-10-05   63220   0

【译】Go工具要点 经验

golang.org/x/oauth2/... 这样可以克隆到 $GOPATH/src/golang.org/x/ouath2 目录下面。假设 golang.org/x/oauth2 是一个虚拟网址,通过

优秀的PHP开源项目集合 经验

multi-provider authentication framework. OAuth2 – An OAuth2 authentication server, resource server and

jopen 2014-10-09   171165   0

PHP开发资源大全 经验

multi-provider authentication framework. OAuth2 - An OAuth2 authentication server, resource server and

jopen 2014-06-29   49278   0
PHP   PHP开发  

十年WEB技术发展历程 资讯

你几乎可以在上面找到一切你想要的代码…比如username..password.. OAUTH OAuth1或OAuth2与以往的授权方式不同之处是OAUTH的授权不会使第三方触及到用户的帐号信息(如用户名与密码)。

jopen 2015-07-13   36100   0
web  

基于社交网络挖掘公司潜在用户 经验

Voices 账户发布的所有推文。具体的步骤如下: 1.1 OAuth 授权 从 1.1 版本开始,使用 Twitter API 需要通过 OAuth 授权,授权过程是通过发送 http GET/POST

weiboclient4j - 新浪微博的Java客户端 经验

client = new WeiboClient2(apiKey, apiSecret); OAuth2例子: String authorizationCallback = "..."; // 你的Callback地址

openkk 2012-08-17   69358   0

一个简单的 GitHub iPhone 客户端:MrCode 经验

Safari 进行 OAuth 授权),官方提供的 octokit.objc 有点复杂 不需要在应用内输入 GitHub 密码,只要跳 Safari 登录 GitHub 进行 OAuth 授权 缓存 star

jopen 2015-10-11   29170   0

JavaScript 语言分析库:Personify.js 经验

IBM will provide you with a separate set of // OAuth credentials. See below to find out where to get

jopen 2015-01-16   12114   0

Spring Cloud 1.0.0.RC1 发布 资讯

Declarative configuration of which routes require OAuth2 authentication in Spring Cloud Security. Support

jopen 2014-12-19   22402   0

Kong v0.9.2 发布 资讯

Plugins: OAuth2: remove the "Kong" mentions in missing provision_key error messages. #1633 OAuth2: allow

jopen 2016-09-21   8145   0

使用访问令牌保护微服务 经验

特性,所以我们会将此特性添加到配置中的 featureManager 代码块中: OAuth 提供方 我们需要将服务器配置为 OAuth 提供方,并配置它允许哪些客户端连接到 OP 来执行身份验证。在这个示例中,OP

zupk8699 2017-01-04   18494   0

Go语言框架、开发库和软件及资源大全 经验

Middlewares Template Engine Forms Authentication and OAuth Database Database Drivers Email Messaging ORM Imagery

jopen 2014-07-07   133497   0

Django应用、项目和资源集合:Awesome Django 经验

django-oauth-toolkit - OAuth2 goodies for the Djangonauts! django-oauth2-provider - Provide OAuth2 access

jopen 2014-10-12   67658   0

Restful API的设计与实践 经验

t方式,更进一步提高安全性还可以使用第三方的OAuth协议进行认证,OAuth也是经常采用的方式。具体使用可参考网上看到的一篇非常好的博文: 理解OAuth2.0 。另外为了安全性的保证,大多数情况下还会选用https协议进行传输。

jopen 2016-01-08   15686   0

Spring通过CROS协议解决跨域问题 经验

作为核心,前台无论PC或者移动端可以共用一个核心。前期解决了哦oauth2,作为授权机制等问题,本以为大业将成。(最近打算详细介绍一下机遇Spring sercurity 实现oauth2的解决方案)结果又出现了一个跨域问题

duoduobear 2016-05-13   76088   0
Spring   Ajax   JEE框架  
1 2 3 4 5 6 7 8 9 10