Skip to main content
0 votes
0 answers
43 views

omniauth-google-oauth2 works fine on the main domain, I have this folder structure: controllers/auth/google_oauth2_controller.rb inside google_oauth2_controller I'm using module Auth: module Auth ...
John Sall's user avatar
  • 1,173
1 vote
0 answers
334 views

I'm using Ruby on Rails 7 as API with omniauth-google-oauth2, omniauth-rails_csrf_protection, devise and devise-jwt. For React react-oauth and jotai. I configure my rails API like this: db/schema.rb .....
Hadrien Samouillan's user avatar
0 votes
0 answers
116 views

I've got a problem with configuring google authentication in my ruby on rails application using devise and omniauth-google-oauth2. After carefully following instructions from omniauth-google-oauth2 ...
Kyryl Ωliinyk's user avatar
1 vote
3 answers
599 views

I need to create a development Google OAuth 2.0 Client ID for my app. I see that you cannot have an origin of http in the list of allowed origins. The error states... Invalid Origin: This app has a ...
John Livermore's user avatar
1 vote
0 answers
46 views

I'm using https://github.com/zquestz/omniauth-google-oauth2 on a project. I want to force the password re-submission every time a user tries to login through a Google OAuth2 roundtrip. The problem is ...
Andrea Salicetti's user avatar
3 votes
2 answers
720 views

I have a website that used a normal Devise login with email and password. Then I have completed this tutorial to add Omniauth / SSO: https://github.com/heartcombo/devise/wiki/OmniAuth:-Overview Now ...
collimarco's user avatar
  • 35.7k
0 votes
1 answer
287 views

There is my settings in omniauth.rb: provider :google_oauth2, ENV['GOOGLE_CLIENT_ID'], ENV['GOOGLE_CLIENT_SECRET'], { scope: 'https://www.googleapis.com/auth/admin.directory.user....
Kim K's user avatar
  • 39
0 votes
1 answer
1k views

In my Chrome extension, I'm using launchWebAuthFlow to authenticate the user via their Google account: function launchGoogleAuthFlow(interactive) { return new Promise((resolve, reject) => { ...
Florian Walther's user avatar
1 vote
0 answers
509 views

I got stranger problem when deploy my ruby on rails app on docker When I run localhost all work perfectly, but when deploy on docker I got this error. I using few days for resolving this but ...
MasterLuV's user avatar
  • 406
1 vote
1 answer
501 views

I am trying to learn Ruby on Rails by building a small web application. My first step was to start with OAuth login so users could login using Facebook, Google etc. But when I go to the /users/sign_up ...
JoseCarlosVM's user avatar
3 votes
2 answers
1k views

I'm having trouble connecting my Devise Token Auth with a token I get back from google in react. I'm using this package for the button: https://www.npmjs.com/package/react-google-login This is the ...
BelgoCanadian's user avatar
0 votes
1 answer
873 views

I trying to authenticate with Google and Devise Gem at the final stage, I receive a flash message: Could not authenticate you from Google because [email protected] is not authorized. Therefore, I cannot ...
Anton Lukashevich's user avatar
1 vote
2 answers
994 views

I wrote a new middleware called RescueAuthTokenFromOmniauth, which rescues an exception created by either OmniAuth::Strategies::GoogleOauth2 or OmniAuth::Strategies::Facebook. Ideally, I want to place ...
Luis César's user avatar
2 votes
1 answer
901 views

When attempting to sign in with Google Oauth, I encounter a 404 error "Not found. Authentication passthru." This worked just a month ago on my site, and I have not changed anything that ...
rcrusoe's user avatar
  • 451
1 vote
1 answer
406 views

I'm using devise_token_auth for Email and Google Oauth2 based authentication(used omniauth-google-oauth2 gem for this). I've successfully managed to store sign in info of the user signing up/in ...
Masroor's user avatar
  • 1,624

15 30 50 per page