-
First of all, good job fine sir.
I was looking at the example app and trying to make a consumer for it using Omniauth (specifically, the [omniauth-oauth2](https://github.com/intridea/omniauth-oauth2)…
tomas updated
10 years ago
-
You use not correct method
```
def callback_url
options.callback_url || super
end
```
When super used. It calls from OmniAuth::Strategy
```
def callback_url
full_host + script_name + cal…
-
Hey community / maintainers - Want to reach you out because I want to implement Microsoft Entra with OpenID Connect into my Rails App using the gem omniauth_openid_connect with rodauth-omniauth.
I…
-
My app is failing there with `too few arguments` exception raised from representable (I don't use representable directly): https://github.com/apotonick/representable/blob/830f2ceb7feddef1f181952d878f2…
Envek updated
8 years ago
-
I've been playing around with the latest version of Omniauth and its various strategies, and I have come across a rather annoying issue. When I have test_mode set to true in my spec_helper and I am tr…
-
From the readme:
> This gem is designed to work with OmniAuth 1.0 library.
Does that mean the latest OmniAuth (1.6.1 at the time of writing) is not officially supported?
I have unsuccessfully…
-
rails 5.0.3
gem 'devise'
gem 'devise_token_auth', :git => 'git://github.com/lynndylanhurley/devise_token_auth.git'
gem 'omniauth'
gem 'omniauth-facebook'
When I did "facebook login" with JS S…
-
When a providers callback is called, it can result in no access token being generated, resulting in a call to expired? on nil.
This error is generated in [/lib/omniauth/strategies/oauth2.rb:92](https…
-
Sine the main target of our application is to affect video records on YouTube via the YouTube API, it makes sense to enable a Google-based oauth strategy for signup and sign-in. We'll ultimately need …
-
Seems that when using the embed url for an app in Okta this is not working correctly. I end up getting an invalid credentials error `omniauth: (okta_oauth) Authentication failure! invalid_credentials:…