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

Services

Elias Nijs edited this page Mar 10, 2023 · 1 revision

Services

All information regarding services in the frontend is listed here.

User Service

In development, waiting on progress in the backend regarding authentication.

At the moment outdated tokens are not supported.

Supports the following procedures:

Procedure Description
register(email, password, tel, role, buildings) Create new user
login(email, password) Login
remove(userId) Remove user
logout() Logout
update(userId, data) Update user information
getById(userId) Fetch user information by id
getAll() Fetch information of all users
Clone this wiki locally