digitaldeus / tfa

The Fellowship App Repository
1 stars 0 forks source link

Figure out how to keep app ids secret #101

Closed digitaldeus closed 8 years ago

digitaldeus commented 8 years ago

Currently app keys for api's are being store in git, need to figure out how to keep these secret

digitaldeus commented 8 years ago

We will wrap all api calls in our own apis, which will eliminate the need for keys in the app. We may get to a point to where we have to create a separate rails app just for api's with this setup, but that would mean we had a really high amount of traffic and we are wildly successful :) . We'll cross that bridge when we get there