WhiteHouse / api-standards

3.08k stars 903 forks source link

Extending guidelines to include APIs that need authentication and authorization #39

Open stevewilhelm opened 10 years ago

stevewilhelm commented 10 years ago

Would you consider providing guidelines to include RESTful APIs that requires user authentication and data access authorization?

For example, how would you ensure I was Steve and when I request "/dogs" I only received my dogs?