SocialConnect / auth

:atom: Social (OAuth1\OAuth2\OpenID\OpenIDConnect) sign with PHP :shipit:
https://socialconnect.lowl.io/
MIT License
551 stars 102 forks source link

Implement Smashcast provider #51

Closed jens1o closed 7 years ago

jens1o commented 7 years ago

https://developers.smashcast.tv/#oauth-flow

ovr commented 7 years ago

Hey! Are you planning to implement it? (this will be rly awesome) or you request it? Thank

jens1o commented 7 years ago

Actually both. I had implemented this on a personal project, so I think I can handle that.

ovr commented 7 years ago

Will be rly cool if you submit PR, Thank.

jens1o commented 7 years ago

But I have one question. The implementation is very abstract, and their oauth process does not fit in any of these... What should I do?

Edit: wrong.

jens1o commented 7 years ago

It fits the best to oauth2. Actually, I was just blended....

ovr commented 7 years ago

Okey, Just give me time, I will take a look and try to implement it, ~15m

jens1o commented 7 years ago

uh, ah, thanks!

ovr commented 7 years ago

@jens1o I cannot finish support for it, because they Oauth process is not OAuth and API sucks I cannot get user without $userId, and the biggest problem I dont known $userId

https://github.com/SocialConnect/auth/pull/52

jens1o commented 7 years ago

You can do that, I just replied how it works.

ovr commented 7 years ago

@jens1o Thank you bro for your reply, I will try but soon as possible

ovr commented 7 years ago

Implemented in master and release in 1.4.0 🍾

jens1o commented 7 years ago

wow... Thanks!