lotrekagency / mapo

🥭 Our Nuxt module to simplify the making of administration panels, and authenticated web applications.
MIT License
10 stars 3 forks source link

fix user endpoint to allow non-superusers login #7

Closed edoaxyz closed 3 years ago

edoaxyz commented 3 years ago

The current endpoint does not allow users not registered as superusers to login since the whole DRF view used for retrieving user data is accessible only to superusers.