Arquisoft / viade_en3b

Viade en3b
0 stars 3 forks source link

Login System #39

Closed PabloCanalSuarez closed 4 years ago

PabloCanalSuarez commented 4 years ago

The login system will allow the user to log with his account in the application. The user will be able to select the account provider (Inrupt or Solid Community), passing through all validations.

In case the actual session shows that no user is logged in, the index of the application will redirect to the login display.

PabloCanalSuarez commented 4 years ago

I have also added a basic pagination prototype for the web. I'm using the BrowserRouter from react-router-dom and storing each of the .jsx pages in a container folder.

Also, the App.js now loads only the Routes.js file, which contains a pagination for Welcome and 404 pages.

I will add Login page in the next days.

PabloCanalSuarez commented 4 years ago

Final commit done. Needs testing, but basic login system is done via popup window.