-
Notifications
You must be signed in to change notification settings - Fork 788
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
[POSSIBLE FEATURE] OAuth2 implementation #528
Comments
Oh Yeeeah oAuth <3 |
Although I like the libs your looking at it makes it rather complex for someone to add a custom provider. (Or at least based on my experimenting of the first lib) |
@tankerkiller125 These libs are the most common standards in the PHP world (as they come directly from the PSR-makers / phpleague). Feel free to post alternatives. |
Unfortunately it seems that the lib I used to use is no longer with in the standards. Fair enough I'm sure that we can learn how to add providers. |
Also just another suggestion to the Oauth portion is that mabey we could implement a PHP server into it as well as the client (so that people wanting to make their site an Oauth provider can do so) |
one thing, Google is leaving OAuth 2.0. Which does mean you can't use OAuth library with Google anymore (effective from April 20-21). I have tried to told it in another post earlier but before I describe further the issue closed. |
@abmmhasan Thanks, good to know! |
Here it says OAuth2 is deprecated but you can still use it: https://developers.google.com/identity/sign-in/auth-migration#timetable Only OpenID2 will shut down april 20. |
And it's only the early versions of oauth2 through are deprecated. The On Thu, Apr 9, 2015, 10:55 Dominic [email protected] wrote:
|
@Dominic28 and @tankerkiller125 , if you have read the contents in that link Migrating to Google Sign-in carefully you will see they will not support it but just a backward compatibility for existing users after April 20. They have already told to migrate to Google Sign-in. Check it! |
As this is too much work and I also want to slowly put this project to End Of Life it might be okay to close this ticket and just link it from the readme (maybe somebody want to fork this project and really implement OAuth2). |
Did anyone manage to implement OAuth with this ? |
Yes, I can implement OAuth2
发件人: Brad<mailto:[email protected]>
发送时间: Thursday, August 22, 2019 6:13 PM
收件人: panique/huge<mailto:[email protected]>
抄送: Subscribed<mailto:[email protected]>
主题: Re: [panique/huge] [POSSIBLE FEATURE] OAuth2 implementation (#528)
Did anyone manage to implement OAuth with this ?
―
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#528?email_source=notifications&email_token=AHFIZNMNU4MAJBFZBB6LPB3QFZRC3A5CNFSM4AYVJVEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD44S5OY#issuecomment-523841211>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AHFIZNL7MDDQ3CYKAQLCTJDQFZRC3ANCNFSM4AYVJVEA>.
|
Have or Can? |
I can
发送自 Windows 10 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>应用
…________________________________
From: Brad <[email protected]>
Sent: Friday, August 23, 2019 6:24:37 PM
To: panique/huge <[email protected]>
Cc: NightFury19910101 <[email protected]>; Comment <[email protected]>
Subject: Re: [panique/huge] [POSSIBLE FEATURE] OAuth2 implementation (#528)
Have or Can?
―
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#528?email_source=notifications&email_token=AHFIZNMFM7N2IR277SYJUB3QF63GLA5CNFSM4AYVJVEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD47ZW2I#issuecomment-524262249>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AHFIZNPROTAXH6XBONK43Z3QF63GLANCNFSM4AYVJVEA>.
|
Upcoming versions of php-login / HUGE will get OAuth2 support for sure. This ticket here is for collecting information, ideas etc. regarding this feature.
Interesting libs:
https://github.com/thephpleague/oauth2-client
https://github.com/artdarek/oauth-4-laravel
The Facebook OAuth2 part has been copied to a standalone script btw:
https://github.com/thephpleague/oauth2-facebook
The text was updated successfully, but these errors were encountered: