Private
Public Access
1
0

add facebook login module, hwi/HWIOAuthBundle

This commit is contained in:
2016-11-04 15:30:29 +01:00
parent e1b22358b3
commit 88144ebaa4
12 changed files with 431 additions and 10 deletions

201
composer.lock generated
View File

@@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "7c1e046373c318178e58c9617d9c6931",
"content-hash": "b09b605e8d336a4e0bf774ce6f486957",
"hash": "9ab894ab9dec6a53088c8bea70e8ee9a",
"content-hash": "06afd75cc129d2765a6803d384805417",
"packages": [
{
"name": "doctrine/annotations",
@@ -1560,6 +1560,155 @@
"abandoned": "guzzle/guzzle",
"time": "2014-05-01 21:36:02"
},
{
"name": "hwi/oauth-bundle",
"version": "0.5.1",
"source": {
"type": "git",
"url": "https://github.com/hwi/HWIOAuthBundle.git",
"reference": "429ae3fe1641a54ea0934bb06dac355affc41f8d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hwi/HWIOAuthBundle/zipball/429ae3fe1641a54ea0934bb06dac355affc41f8d",
"reference": "429ae3fe1641a54ea0934bb06dac355affc41f8d",
"shasum": ""
},
"require": {
"kriswallsmith/buzz": "~0.13",
"php": ">=5.3.3",
"symfony/form": "~2.3|~3.0",
"symfony/framework-bundle": "~2.3|~3.0",
"symfony/options-resolver": "~2.3|~3.0",
"symfony/security-bundle": "~2.3|~3.0",
"symfony/yaml": "~2.3|~3.0"
},
"conflict": {
"twig/twig": "<1.12"
},
"require-dev": {
"doctrine/orm": "~2.3",
"fabpot/php-cs-fixer": "~1.11",
"friendsofsymfony/user-bundle": "~1.3|~2.0",
"phpunit/phpunit": "~4.8|~5.0",
"symfony/phpunit-bridge": "~2.7|~3.0",
"symfony/property-access": "~2.3|~3.0",
"symfony/stopwatch": "~2.5|~3.0",
"symfony/twig-bundle": "~2.3|~3.0",
"symfony/validator": "~2.3|~3.0"
},
"suggest": {
"doctrine/doctrine-bundle": "to use Doctrine user provider",
"friendsofsymfony/user-bundle": "to connect FOSUB with this bundle",
"symfony/property-access": "to use FOSUB integration with this bundle",
"symfony/twig-bundle": "to use the Twig hwi_oauth_* functions"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.5-dev"
}
},
"autoload": {
"psr-4": {
"HWI\\Bundle\\OAuthBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Contributors",
"homepage": "https://github.com/hwi/HWIOAuthBundle/contributors"
},
{
"name": "Joseph Bielawski",
"email": "stloyd@gmail.com"
},
{
"name": "Alexander",
"email": "iam.asm89@gmail.com"
},
{
"name": "Geoffrey Bachelet",
"email": "geoffrey.bachelet@gmail.com"
}
],
"description": "Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony2.",
"homepage": "http://github.com/hwi/HWIOAuthBundle",
"keywords": [
"37signals",
"Authentication",
"Deezer",
"EVE Online",
"amazon",
"asana",
"auth0",
"azure",
"bitbucket",
"bitly",
"box",
"bufferapp",
"clever",
"dailymotion",
"deviantart",
"discogs",
"disqus",
"dropbox",
"eventbrite",
"facebook",
"firewall",
"fiware",
"flickr",
"foursquare",
"github",
"google",
"hubic",
"instagram",
"jawbone",
"jira",
"linkedin",
"mail.ru",
"oauth",
"oauth1",
"oauth2",
"odnoklassniki",
"paypal",
"qq",
"reddit",
"runkeeper",
"salesforce",
"security",
"sensio connect",
"sina weibo",
"slack",
"sound cloud",
"spotify",
"stack exchange",
"stereomood",
"strava",
"toshl",
"trakt",
"trello",
"twitch",
"twitter",
"vkontakte",
"wechat",
"windows live",
"wordpress",
"wunderlist",
"xing",
"yahoo",
"yandex",
"youtube"
],
"time": "2016-10-03 14:27:17"
},
{
"name": "incenteev/composer-parameter-handler",
"version": "v2.1.2",
@@ -1738,6 +1887,54 @@
],
"time": "2015-11-12 13:51:40"
},
{
"name": "kriswallsmith/buzz",
"version": "v0.15",
"source": {
"type": "git",
"url": "https://github.com/kriswallsmith/Buzz.git",
"reference": "d4041666c3ffb379af02a92dabe81c904b35fab8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/d4041666c3ffb379af02a92dabe81c904b35fab8",
"reference": "d4041666c3ffb379af02a92dabe81c904b35fab8",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"suggest": {
"ext-curl": "*"
},
"type": "library",
"autoload": {
"psr-0": {
"Buzz": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kris Wallsmith",
"email": "kris.wallsmith@gmail.com",
"homepage": "http://kriswallsmith.net/"
}
],
"description": "Lightweight HTTP client",
"homepage": "https://github.com/kriswallsmith/Buzz",
"keywords": [
"curl",
"http client"
],
"time": "2015-06-25 17:26:56"
},
{
"name": "monolog/monolog",
"version": "1.21.0",