Re: [Rails] Social Login with Rails5 API

2017-10-23 Thread Learn Rails
Thanks for your response... I have no clue where should I start my work for this social login.. gems needed are omniauth-facebook.. any guides or tutorials for this social login api.. On Tue, Oct 24, 2017 at 11:50 AM, Robby O'Connor wrote: > there's also devise-token-auth > > On Oct 24, 2017 2:2

[Rails] Rails5 API with Devise gem

2017-10-23 Thread Learn Rails
Hi all, I am using devise gem in my rails5 api. There is a endpoint for login am using my own endpoint for login and when I try to login it works fine but devise related column are not updating like sign_in_count and ip related. can some on help me how can I do those things and any guide to cr