How to connect Rails and devise backend with a android application -


i implementing android app login web application developed in rails devise used authentication. not know how connect devise form application because option "token_authenticable" deprecated. best solution? there extensions of devise connect mobile app?

you can use token authentication rather simple devise, add following gem in gemfile

# use device authentication   gem 'devise'   gem 'simple_token_authentication' 

follow documention simple_token_authentication


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -