Questions tagged [google-auth-library]
81 questions
0
votes
3 answers
Cannot instantiate abstract class in library codeigniter
I'm just installed a google auth SDK. I want to apply it in CodeIgniter library.
Here is my library
'myIdGoogle',
…

Agustino Whickey
- 35
- 5
0
votes
1 answer
Google plus API shutdown, How it will affect Google auth2 login for web sites?
I am confused with shutdown notification mails from Google one of the recent mail mentioned as
projects directly requesting the “plus.me” scope are affected. This scope may have been listed in some emails, even if not directly
requested by your…

user1844933
- 3,296
- 2
- 25
- 42
0
votes
1 answer
freeradius + ldap + google-authenticator
I want to implement login to my vpn service with password + google_otp. freeradius as auth server and ldap as backend_database.
I have completed the following work:
enable pam Authentication Module in /etc/raddb/sites-enabled/default
add a line…

Perling
- 3
- 1
- 5
0
votes
1 answer
How to login with Google in Microsoft Word Add-In
In the link below it is suggested to use Google Auth Lib, but the github link provided does not refer to any javascript library:
Authorize external services in your Office Add-in
As far as I know I cannot use the Code FLow as it needs a redirect…

Alireza
- 6,497
- 13
- 59
- 132
-1
votes
1 answer
I cant get my flask application authenticated through google and apis usable
im quite new to coding but this is barely documented so i need some help.
Im building a flask application but I cant get the google auth flow working.
Im using Pycharm and python version 3.9
My issues are :
I cant find any beginner tutorial that…

Arjen Keller
- 11
- 3
-2
votes
1 answer
Google auth showing HTTP 403 error forbidden
As I run script on localhost works fine. but on server showing 403 error:
in my google console
for redirect url - xyz.com/change/googlelogin
in my browser - after login with google auth it show me like -…

Vikraant Vishwakarma
- 63
- 11