Hu-Fi / Mr.Market-V2

This is the V2 version of Mr.Market
GNU Affero General Public License v3.0
1 stars 0 forks source link

[MM] Implement Auth Service #20

Closed MWBlocky closed 3 days ago

MWBlocky commented 1 month ago

Description

This Pull Request introduces the implementation of an authorization and authentication service for the Mr Market v2 system. This service is designed to protect specified endpoints from unauthorized access and manage user roles (Admin and User) with different levels of access.

Summary of changes

Related issues

Fixes #17