thoughtbot / ios-on-rails

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

Rails app generates authentication tokens #123

Closed bernerdschaefer closed 8 years ago

bernerdschaefer commented 8 years ago

This PR updates the Rails app to generate auth tokens.

The app previously accepted a "device token" provided by the client which it then used for authorization. Now it generates them itself, and returns them to the client.

Device token is also renamed to auth token, since that's what it is now.

It also:

calebhearth commented 8 years ago

:+1: