bounswe / bounswe2024group11

The proof of work and the product from the 2024G11
https://bounswe.github.io/bounswe2024group11/
11 stars 1 forks source link

Implement a JWT based authentication #458

Open Meminseeker opened 3 months ago

Meminseeker commented 3 months ago

🧱 Description

We use a token-based authentication. However, the usage of tokens for API calls differs between web and mobile parts. If we use JSON Web Token (JWT) based authentication, we can unify the logic here.

📋 Acceptance Criteria