Hi all,
Really enjoy using Devise. I'm building a iOS app with a rails backend with authentication powered by Devise. When I push a curl sign-in request:
I get back an out put with all my user info but not the associated auth_token which I was hoping to store on the iOS phone for future requests.
{"bio":null,"birthday":null,"created_at":"2012-12-17T00:58:06Z","email":"
exa...@example.com","full_name":null,"gender":null,"id":1,"phone_number":null,"profile_picture":null,"updated_at":"2013-01-05T01:50:55Z","username":"example","website":null}* Closing connection #0
I know that the user has a token as I see it in the rails c and have been using it to make requests while I develop.
Any help would be great!!!
Thank you!
Cameron