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
Post a Comment