WindyJMusic has asked for the wisdom of the Perl Monks concerning the following question:
There are SO many modules out there, and yet none of them show me how to pull the user's email address and name after I get an authorization key. I'm feeling like a complete noob and I hate it.
Can someone recommend a module to me, or perhaps even point me to some sample code that I can tailor to meet my needs? I'm so frustrated trying to find this answer.
Edit: Thanks to those who suggest Mojolicious or Dancer2, I'm hoping to stick with CGI. I have determined that what I need to do is get an Authorization Key from Google, which should then open a "Google Login" screen, which will then return to me something that will indicate to me whether or not the login was successful. What I can't find is how to pull name and email address information from Google once it's sent to me a successful login notification. What am I missing?
Thanks,
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Google OAuth and Get User Info
by 1nickt (Canon) on Jun 17, 2022 at 21:47 UTC | |
by WindyJMusic (Novice) on Jun 18, 2022 at 15:02 UTC | |
Re: Google OAuth and Get User Info
by talexb (Chancellor) on Jun 18, 2022 at 14:09 UTC |