chamilo / chamilo-lms

Chamilo is a learning management system focused on ease of use and accessibility
https://chamilo.org
GNU General Public License v3.0
798 stars 480 forks source link

Replace "jtsternberg/oauth1-php" lib #2825

Closed jmontoyaa closed 1 year ago

jmontoyaa commented 5 years ago

The lib "jtsternberg/oauth1-php" is not updated since 3 years ago, better use an updated library maybe:

https://oauth2.thephpleague.com/ https://github.com/hwi/HWIOAuthBundle

See comments:

https://github.com/chamilo/chamilo-lms/commit/a19db6227ed848bd478c8a344490f444935f1d89#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

jmontoyaa commented 3 years ago

That lib was removed from v2.

The lib to be use is:

https://github.com/knpuniversity/oauth2-client-bundle

Which integrates the lib https://oauth2-client.thephpleague.com/ in Symfony.

ywarnier commented 2 years ago

Related to #2645