PhilanthropyDataCommons / service

A project for collecting and serving public information associated with grant applications
GNU Affero General Public License v3.0
8 stars 2 forks source link

Return proposals for current user #908

Closed slifty closed 5 months ago

slifty commented 5 months ago

This PR adds authorization to our GET /proposals endpoint.

Resolves #901

slifty commented 5 months ago

@reefdog correct! We'll need to implement that functionality which might result in changes to the query (or might result in a check in the middleware to pass 0 in / bypass the query in the event of a superuser).