openfun / jitsi-magnify

An authentication and room management system for Jitsi built with Django/React
MIT License
23 stars 6 forks source link

Refactor the user model and add a user api endpoint #46

Closed sampaccoud closed 2 years ago

sampaccoud commented 2 years ago

Purpose

We want to start connecting users from the frontend to the backend.

Proposal

sampaccoud commented 2 years ago

@lunika on the list endpoint I required to pass a search query and throttled the failed search attempts aggressively so one can not look for a username or email by repeated calls to this API.