-
Notifications
You must be signed in to change notification settings - Fork 789
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[STICKY] Changelog of 3.0 #541
Comments
Hi @panique Thanks for the hard work. Do you have an ETA or plan on the Oauth2 stuff? I am not sure about others -- But the Facebook login stuff was a huge draw card for me on php-login 2, and really that was the major broken feature of version 2 (if you ignore improvements to code quality etc. in version 3). In my opinion it should be a priority to fix/update before major release. I was disappointed to see it removed and not updated/fixed for version 3, though I do understand time constraints! Keep up the good work. EDIT: I should also ask, I notice you said you are thinking about making future versions built with Slim, is this version easily added to Slim if someone chooses? Reason I ask is that I'd like to keep routing as streamlined as possible and I am pretty used to and comfortable to the way Slim handles it! :) I might do some testing over the next few days if I get the chance :) |
@Raoul9 Thanks too! The 2.x Facebook integration was via the Facebook PHP SDK, the new one will be with OAuth2, which is quite different. OAuth is the correct way to go these days, and I don't want to deliver a broken or messy thing :) No time-plan yet, maybe in mid of 2015 ? If somebody else could do this is would be cool too. Regarding Slim: Not sure yet! My experience with slim is quite low so i cannot say anything here. Maybe Laravel or symfony is even a better choice... hmmm... |
Thanks for the update! I am not sure we need to reinvent the wheel on OAuth2 -- There seems to be heaps of people using and and the bulk of work is handled by quite a few projects. One I've been keeping an eye on is: https://github.com/hybridauth/hybridauth seems quite nice and is well maintained and updated. Also appears quite simple to use. I might see if I can slap something together. RE: The framework, Laravel might be worth considering. Personally I prefer the micro frameworks as I don't use everything the big ones offer, though I do know that they're very popular. My vote will be for Slim :) |
@Raoul9 this project does not want to create another version of OAuth2, it just wants to implement it for easy out-of-the-box usage! There is an official Oauth2 package and this will just be used (it's the most simple and most "correct" way to do this afaik). |
Maybe not a perfect idea to put this in here as an ticket, but anyway. You can find all this in the develop-branch, but please note that this is just hardcore in-development stuff that might be broken.
Changelog of 3.0 (compared to 2.0)
Important: The new version is 3.0, not 2.1! The reasons are:
In consequence it's definitly a new major version :)
CHANGE LOG
3.0
January 2015
December 2014
The text was updated successfully, but these errors were encountered: