Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

SOLID Libraries

Stelian Adrian Stanci edited this page Mar 14, 2022 · 2 revisions

In order to implement the login process, we make use of these libraries provided by Inrupt:

  • @inrupt/solid-ui-react
  • @inrupt/lit-generated-vocab-common

This has some pros, such as not having to store the passwords of the users in our database, also, with the user logged we can access the information required using SOLID.

Clone this wiki locally