GithubHelp home page GithubHelp logo

userfriendly / socialuserbundle Goto Github PK

View Code? Open in Web Editor NEW
9.0 6.0 4.0 77 KB

Symfony 2 bundle for user management and authentication using OAuth and traditional password-based login.

License: MIT License

PHP 83.29% HTML 16.71%

socialuserbundle's Introduction

UserfriendlySocialUserBundle

Symfony 2 bundle for user management and authentication using OAuth and traditional password-based login.

The fantastic FOSUserBundle.

The convenient HWIOAuthBundle.

Bam! Smashed together, stir-fried for a bit, then left to simmer on a Symfony 2 project. Quick, painless, no bother at all.

If you want this bundle to be a bit more flexible, I'm accepting Pull Requests as of now...

The UserfriendlySocialUserBundle combines the FOSUserBundle with the HWIOAuthBundle. It provides 3rd party authentication via OAuth1 and OAuth2, offers a user entity with the standard fields, and optionally ties into the group feature of the FOSUserBundle.

Note:

This bundle is not developed in sync with Symfony's repository. The sf2.4 branch seems to work reasonably well with Symfony 2.4, though. If you are using Symfony 3.1 or higher, the master branch is for you, but it's still undergoing development for the moment.

Documentation

Read the Documentation for master

All installation and configuration instructions are located here.

License

This bundle is released under the MIT license.

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.

socialuserbundle's People

Contributors

userfriendly avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

socialuserbundle's Issues

Configure resource_owner odnoklassniki

Hi.

To configure the authentication with odnoklassniki we should provide options.application_key along with client_id and client_secret. How I can modify / extend your bundle to pass the options parameter to HWI ?

In Configuration.php from your bundle I added :

->arrayNode('options')
    ->useAttributeAsKey('name')
    ->prototype('scalar')->end()
->end()

Access control settings

Need to look into whether the bundle could or even should auto-configure the access control for its secure pages, or if that's something the developer should take care of in their application (in which case it would need to be added to the docs).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.