osoc24 / loama

Provide a centralized platform to easily digest and manage the connections between your personal SOLID data vault and the applications that you use.
https://osoc24.github.io/loama/
3 stars 2 forks source link

Add simple authentication #18

Closed Zelzahn closed 3 months ago

Zelzahn commented 3 months ago

Fixes #11

Implements a simple login and logout button. There's no middleware yet to check if the user is logged in, and if not redirect back to root. Furthermore, the access token is currently not cached, see this for if we would like to do this.

TODO: