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

Login and Home page #16

Closed davidcr01 closed 1 year ago

davidcr01 commented 1 year ago

The aim of this PR is to incorporate the Login page and its logic.

The validation of the form is done. If the credentials are not correct an error is displayed. If they are correct, the token is generated and is stored encrypted in local storage.

Besides, a new page called Home is added. This page is in charge of redirecting the user depending on if is authenticated or not.