-
Not using any of the existing client side integration libraries, how would I redirect users to the provider auth page?
I tried setting up a form posting to the above url, but it seems that there's …
-
I've seen this error elsewhere in the docs, but haven't seen anyone else trying to use Devise.
Found a similar issue on [Stackoverflow](http://stackoverflow.com/questions/29543094/issue-with-oauth-in-…
-
### Configuration
- Omniauth: `omniauth v1.4.2`
- Provider Gem: `omniauth-microsoft_graph 0.1.0` (https://github.com/synth/omniauth-microsoft_graph/)
- Ruby Version: `ruby 2.2.4p230`
- Framework…
synth updated
7 years ago
-
Need to allow to customise redirect_url in configs:
``` ruby
Rails.application.config.middleware.use OmniAuth::Builder do
provider :intercom, ENV['INTERCOM_KEY'], ENV['INTERCOM_SECRET'], "http…
-
are there any plans to support OAuth2?
it seems like there is a growing need to protect internal services which don't have robust authentication with oauth (via google, github, twitter, etc).
it lo…
-
### Configuration
- Provider Gem: `omniauth 1.9.0`
- Other Gems: `devise 4.6.2` + `omniauth-facebook 5.0.0` + `omniauth-google-oauth2 0.7.0`
- Ruby Version: `2.6.2`
- Framework: `rails 6.0.0.rc2…
-
Two options: 1) Rails, 2) BBB + gruntjs + node/npm
IMHO, we should use a more "natural" solution like http://gruntjs.com/ and https://github.com/backbone-boilerplate/grunt-bbb, taking into account th…
-
### What is the problem the enhancement will solve?
When I use mongoid and run rails g graphql_devise:install, I got an error, Uninitialized ActiveRecord.
### Describe the solution you have in…
-
In the tutorial (https://github.com/engineyard/chronatog#verifying-requests-from-engine-yard), you mention using the ApiHmac for connecting to your EngineYard service.
class Engineyard::CustomersC…
-
Hello. I've been trying to implement Satellizer (which is an awesome tool by the way) into my angular app and it was (almost) sucessful, but I have a weird problem with CORS which I can't figure out. …