Devise login via web and mobile

Hi all!

I have a web application that uses Devise for authentication.

I'll soon be releasing the android version of the application, and it will use the same Devise for authentication.

Can anybody help me with how can I do that? The login of the mobile app will be via json, so I need devise to be able to authenticate via json too.

Regards, Rafael

Hi Rafel,

I use JWT(json web token) for my JS frontend to authenticate with the server. Maybe that might be of some help for you

–Vineeth