bounswe / bounswe2024group11

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

Remove UserContext #404

Closed hks1444 closed 3 months ago

hks1444 commented 3 months ago

🧱 Description

User Context causes errors and complicates thing we need another less error prone method to get user information.

To be reviewed by: @hks1444

📋 Acceptance Criteria

umitcan07 commented 3 months ago

We can create a shadow route called auth which encompasses all the other routes and its loader retrieves the user data

hks1444 commented 3 months ago

Good idea. We should implement it.