Vawiz Posted December 6, 2023 Share Posted December 6, 2023 Kindly how can i add sign in with google to my data base and script Quote Link to comment Share on other sites More sharing options...
TinkerMan Posted December 6, 2023 Share Posted December 6, 2023 You’ll need to read the docs and do it yourself, or pay for someone to do it for you. You’ll need a script to generate the login link, another script to verify the request from Google and check if it’s a new user / exsisting user and respond accordingly. You’ll also need to store the users Google ID (I forget what it’s actually called) in your database for future logins. Google basically uses the oAuth protocol, so you can look into that. There are also plenty of online guides that show you how to do it in PHP. Quote Link to comment Share on other sites More sharing options...
SpookyKipper Posted December 6, 2023 Share Posted December 6, 2023 You can also use a 3rd party service like Stytch or Auth0. You still need to read their docs and implement it yourself, but it will be a lot easier if you want more oauth providers. Quote Link to comment Share on other sites More sharing options...
Greatyoung Posted March 11 Share Posted March 11 Please how can I create my own link Quote Link to comment Share on other sites More sharing options...
TinkerMan Posted March 11 Share Posted March 11 WDYM? Also, why wake up an old topic? Can a mod move these to a new one Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.