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.
The aim of this PR is to add the log out component and its related logic.
The logout button has been implemented as a component. This allows to use the component in any page that imports the component.
The logic of the button consists in remove the access_token variable stored in the Ionic Storage.
Description
The aim of this PR is to add the log out component and its related logic. The logout button has been implemented as a component. This allows to use the component in any page that imports the component.
The logic of the button consists in remove the
access_token
variable stored in the Ionic Storage.