|
|
|
|
|
by titusjohnson
1690 days ago
|
|
Publication intent is trivial to verify. Q) Are you able to retrieve a document using the credentials issued to you by the API?
A) Yes: Then you're authorized to view it. No: You're not authorized to view it. An API is the encoding of business rules around data access and modification. If your API is allowing access that you don't intend a user to have, fix your authorizations. |
|