Advice for Operating a Public-Facing API
Advice for Operating a Public-Facing API
3 comments
Avoid OAuth
But what's the alternative? "Use static API tokens" doesn't really say much. What's an actual alternative that doesn't require a custom solution/reinventing the wheel?
6 0 ReplyStatic API tokens ARE the alternative. He's saying oauth is not worth the complexity, and increase the barrier to entry to using his API.
Static API keys are not a new or customer solution, they are the baseline. He's saying stay at the baseline, oauth is not worth it.
1 0 Reply
This is a nice quick read with some practical advice learned through read world experience. Thanks for sharing.
2 0 Reply