davidcr01 / WordlePlus

Repository to store all the documentation, files and structure of my Final Degree Project (TFG in Spanish). The main goal is to develop, as full-stack web developer, a remodel of the Wordle game, including more features and functionalities using Ionic, Django REST Api and PostgreSQL.
1 stars 0 forks source link

Customize users authentication #8

Closed davidcr01 closed 1 year ago

davidcr01 commented 1 year ago

This PR modifies how the users are authenticated and can use the API.

The API is protected against non-authenticated users, except for some endpoints to create new users and players.

This PR also needs https://github.com/davidcr01/TFG/issues/7 to be closed before merging.

Also, some improvements have been done: