thoughtbot / ios-on-rails

A guide to building a Rails API and iOS app
Other
76 stars 6 forks source link

Change the device token to an auth token in the iOS app #122

Closed dazmuda closed 8 years ago

dazmuda commented 8 years ago

The backend now generates user tokens for us. So, this is an update to the iOS app to handle that change. We do not need to create these on the client anymore. This is a Super Good Thing.

calebhearth commented 8 years ago

:+1: