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.
need help with buffer clone app
1
Rails
DEBUG -- omniauth: (twitter) Request phase initiated.
I get this above line when I press the Connect Twitter button.
Arnab Mondal replied
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...
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 Refresh the OmniAuth AuthHash Discussion
2
General
Nice tutorial
Freibuis replied
How to test OmniAuth Params Discussion
0
General
How to Test OmniAuth with Rails Discussion
0
General
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
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
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
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
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
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
Rails for Beginners Part 24: OmniAuth 2.0 URLs Discussion
53
General
I get an error `No route matches [GET] "/auth/twitter"` -- feels like some rails magic I missed :/
Philipp S. replied
Rails for Beginners Part 40: OmniAuth CSRF Protection Discussion
0
General
thanks
steven_007 posted
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
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
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
Rails 5.1.5 ( redirect to login but not saving data [omniauth + Devise]
2
Rails
Im Trying to make Oauth using multi model, User and Identity. i setup the one to many Relationship between User and Identity and write some code for each model like thisuser.rbclass User < ...
Michael Lazuardy replied