Open kuboschek opened 8 years ago
We should wait for dreamjub to at least have an endpoint that exposes all users to do this. That way we can completely migrate to dreamjub and ditch the old API entirely.
This API is now available—however there is pagination, which limits results to 1000 at a time. We could either pull users 1000 at a time, and loop, or add another endpoint to dreamjub for this purpose
Currently, the voting system uses the legacy OpenJUB API for login.
A solution to this issue uses dreamjub's OAuth for user authentication.
I've already written a login provider for django-allauth, it's basically plug and play