mozilla / network-pulse-api

API for the Network-Pulse project
Mozilla Public License 2.0
11 stars 22 forks source link

Update API routes to exclude inactive accounts #791

Closed danielfmiranda closed 2 years ago

danielfmiranda commented 2 years ago

After PR https://github.com/mozilla/network-pulse-api/pull/789 has been merged in, users who create an account will not be marked as active until a staff member logs in and grants them access.

We should update the API routes so that they do not return any users/profiles/posts from users who are inactive.

danielfmiranda commented 2 years ago

Marking this as blocked by #789, as we would like to implement that before any of the other "re-implement old sign up flow" tickets