Skip to content

chok/sfDoctrineOAuthPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sfDoctrineOAuthPlugin

If you want to use OAuth with many services out of box, you can use sfMelodyPlugin.

It's an implementation of OAuth version 1 and 2 for easy using with symfony.

Feel free to contribute on github : sfDoctrineOAuthPlugin

Installation

  • Install

    $ symfony plugin:install sfDoctrineOAuthPlugin

  • Clear cache

    $ symfony cc

  • Rebuild model and db by generating migrations (thanks to gimler for this parts)

     $ symfony doctrine:generate-migrations-diff
    
     $ symfony doctrine:build --all-classes
    
     $ symfony doctrine:migrate
    
  • Or all in one

    $ symfony doctrine:build --all
    

TODO

  • Documentation ;-)

About

implementation of OAuth in symfony using Doctrine to store tokens

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages