Page 1 of 1

Twitch Auth for websites

Posted: Tue Feb 11, 2014 11:24 am
by zechs82
Not necessarily a suggestion but I'm working on finishing up my own site. I use Joomla for all the sites I create and I know it supports a lot of outside Auth sources so I didn't know if anyone knew of a good way to integrate Twitch logins with Joomla. I've been using Joomla for about 10 years and I have programming knowledge ontop of that so I can usually backwards engineer things pretty easily.

Posted: Wed Feb 12, 2014 3:05 pm
by Rodr1c
Twitch supports oauth authentication, which is pretty much the standard for most websites, Facebook, Twitter, Google, and many more. The forums here didn't have Twitch authentication built in, and nobody had a plugin for it. I took the oauth for Google and changed it to work for Twitch instead.

I would take a look at Twitch's API and then Google oauth, and go from there.

Posted: Mon Feb 17, 2014 12:06 pm
by zechs82
Thank ya good sir!