Replies: 1 comment
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
There are situations when a user making a request does not necessarily need to be authenticated with an API. We use this functionality in our internal APIs to track the users that have made CRUD requests. I think this functionality should be upstream rather than in a separate github extension repository or maintained locally within a private repository.
Example
Similar to the FOSUserBundle integration, this integration would be controlled by a flag for another Bridge. By default, it would accept this "From" header on any POST or PATCH request. This would be added to the Swagger documentation for these endpoints automatically.
In addition two other config values should be available:
Beta Was this translation helpful? Give feedback.
All reactions