关键词:oauth

1
第三方登录相关的类库,对 OAuth 1 & OAuth 2 协议进行了封装,支持自定义驱动,目前开源的 Socialite 驱动已经覆盖了大部分的第三方登录提供商。
3
Laravel 官方维护的 OAuth2 服务扩展包 —— 在 Laravel 中,实现基于传统表单的登陆和授权已经非常简单,但是如何满足 API 场景下的授权需求呢?在 API 场景里通常通过令牌来实现用户授权,而非维护请求之间的 Session 状态。在 Laravel 项目中使用 Passport 可以轻而易举地实现 API 授权认证,Passport 可以在几分钟之内为你的应用程序提供完整的 OAuth2 服务端实现。
6
A simple way to integrate oauth and social sites like facebook, twitter and google into your Laravel 4 application.
8
Laravel OAuth library based on Lusitanian/PHPoAuthLib
9
Modular Authentication system supprting a number of authentication methods
11
Laravel wrapper around OAuth 1 & OAuth 2 libraries for Chinese Company.
12
Laravel package for the simplification and integration of many of your users most wanted login providers. Installation is a breeze. Never worry about OAuth again.
13
A Laravel proxy package for javascript API calls
15
OpenID-Connect/OAuth2 Social Login with LOA & Federation builtin
17
Social is a HybridAuth implementation for Laravel
18
Makes authenticating users with your DB or Social networks a Breeze!
20
A RESTful API package for Laravel 5.
21
A RESTful API starter pack for Laravel 5 with OAuth2.
23
Facebook OAuth v4 for Laravel Framework
24
Open ID Connect client library for Laravel Framework
26
Facebook Token Request Grant for Laravel Passport
27
Laravel Passport provides OAuth2 server support to Laravel and use mongodb.
28
This is a package for Laravel 4 that provides a basis for creating APIs. Particularly, it allows for OAuth 2.0 implementation using any grant type your application requires, including custom grant types. Additionally, it also standardizes all API responses into an easily definable format.
29
OAuth 2.0 Token Introspection implementation for extending Laravel Passport (RFC 7662)
30
Laravel authentication with Social Services API