Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Login with Twitter (Kirby) Re: Login with Twitter (Kirby)

#120621
chrisburton
Participant

After doing some research, I think I’m making this more complicated than it actually is.

Process:

User clicks login

User gets redirected or popup (preferable) to allow access to their information.

Twitter API grabs their information

Somehow I store those credentials (username, possibly email and profile image) so the user doesn’t have to accept access every time…or something like that.

Then, just use php to echo out those credentials (minus email).


@traq
Thanks for clearing that up. Makes better sense than what I was imagining.