Search Results for "omniauth"
Lessons
Forum Threads

Remove omniauth and convert existing users
4
Gems / Libraries
Hi everyone
I have LinkedIn omniauth sign in up and working on my Rails 5 app in accordance with the Devise guide: https://github.com/plataformatec/devise/wiki/OmniAuth:-Overview
I have some acti...
Nino Rosella replied
Solved

Doorkeeper Omniauth OAuth Client Discussion
27
General
Thanks for the heads up! What a pain in the butt.

Devise and OmniAuth - correct approach?
0
Rails
Hello,
I decided to start building a social media scheduling tool as I figured it would be decent portfolio project for a junior dev. I'm a little confused as to how to integrate Users' social me...
Christian posted

How to Test OmniAuth with Rails Discussion
0
General

How to test OmniAuth Params Discussion
0
General

Unable to autoload constant OmniauthCallbacksController, expected /home/ec2-user/environment/Assignment/app/controllers/omniauth_callbacks_controller.rb to define it
0
Rails
Hi Guys i am getting an error this is is my Omniauth controller
class OmniauthCallbackController < ApplicationController
def twitter
twitter_account = Current.user.twitter_account...

How to Refresh the OmniAuth AuthHash Discussion
2
General
Nice tutorial
Freibuis replied

Mobile App with Devise Facebook OmniAuth
2
Gems / Libraries
My Rails 4 app is using Devise and Facebook OmniAuth. The web app is working perfectly. Now I want to make a iOS app to consume my rails app's API.
Instead of telling iOS users to type in their a...
shakycode replied

Rails for Beginners Part 24: OmniAuth 2.0 URLs Discussion
52
General
I get an error `No route matches [GET] "/auth/twitter"` -- feels like some rails magic I missed :/
Vishakan Subramanian replied

Rails for Beginners Part 40: OmniAuth CSRF Protection Discussion
0
General
thanks
steven_007 posted

Sign In With Twitter using Omniauth and the Twitter gem Discussion
37
General
Excellent episode Chris! 2 off-episode questions: why does your version of Chrome have a "People" menu and any chance you'll post this to github?
Someone replied

3rd party integrations using Oauth/omniauth
2
Rails
When creating a facebook login, you put `user = User.from_omniauth(env["omniauth.auth"])` inside `sessions_controller.rb` , so when a user goes to /auth/facebook it will prompt them to login via fa...
Masud Hossain replied
Solved

Would love to see a Apple + Omniauth video
4
Site Feedback
Currently wanting to set up Apple + Omniauth on my website. I'm sure there would be many others in the same boat.
AnastasiiaStefanuk replied

Login with Multiple OAuth Providers using Omniauth Discussion
16
General
I never thought it is possible to authenticate with social media account before email validation.I've been doing automated merging of social media accounts with the user profile in my app, if email...
Archonic replied

What is the best way to handle omniauth
1
Gems / Libraries
Hi Chris, after couple of test run i figure out twitter is hard to work with other oauth2 providers, because twitter api doesn't allow to access other user email.. can you guide me about how to do ...
Chris Oliver replied

How to create a user profile with OmniAuth?!
0
Rails
Hi guys, I want to build an application where users are going to sign up with just their social media profiles and I don't want to use devise, the application should display user profiles with thei...
Muhammad posted

Using Microsoft ADFS with Ruby on Rails and Omniauth based on a example cast.
2
General
Building a app that uses ADFS is tricky - maybe making a screencast would be a good idea.
https://craig.io/using-microsoft-adfs-with-ruby-on-rails-and-omniauth/ there is a semi beta solution for ...
Dmitry Kolesnikov replied

How to debug OAuth login in Rails with OmniAuth Discussion
0
General

How to add more than 10 callback urls with omniauth-twitter ?
0
Rails
Hi everyone,
We use twitter omniauth in our application and we have more than 10 callback urls, but twitter has a limit of 10 callback urls according to their policy.
I found this on stackoverflow...
Taoufik Mejri posted

Edit user profile with devise if user signed up with facebook omniauth
3
Rails
Hello.
I use 2 gems (gem 'devise' and gem 'omniauth-facebook').
The user is able both to sign_in ou sign_up with facebook. If a User did a regular sign up in the past, he's found by email, and if ...
Ubuntus replied