Micah
Micah

Reputation: 116160

What's the best way to lock down an internal api on heroku?

I have an internal api hosted on heroku. I need to make sure the only apps that can get get access to it are mine. I want something simple but secure. OAuth seems a bit heavy but I want something I can easily expand to other apps I build. What options do I have?

Upvotes: 0

Views: 538

Answers (1)

Paolo Casciello
Paolo Casciello

Reputation: 8202

This is not Heroku related.

You can use common authentication patterns. Such as the ones explained in this question

Upvotes: 1

Related Questions