-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
From the server side, it seems that not only are we authenticating the user's credentials, but also authenticating against their request parameters.
For example, on the server usage it you're asking for 'POST' method, domain, api path, content-type, and even a specific post payload.
I'm guessing this is part of the Hawk protocol.
But doesn't this mean, that we have to manually write what kind of request the user is going to send, for every possible API end point? Can those extra request parameters be optional?
Metadata
Metadata
Assignees
Labels
No labels