0

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?

Micah
  • 111,873
  • 86
  • 233
  • 325

1 Answers1

1

This is not Heroku related.

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

Community
  • 1
  • 1
Paolo Casciello
  • 7,982
  • 1
  • 43
  • 42