remy / jsonbin

A personal JSON store as a RESTful service
https://jsonbin.org
396 stars 26 forks source link

Feature Suggestion: OAuth 2.0 support #11

Closed doggy8088 closed 7 years ago

remy commented 7 years ago

I've added a bearer token support, this is generated using your apikey (which is the secret), and you can control the expiry.

I'll add some doc on how to generate this on the fly on the server without having to hit jsonbin.org to generate the token.