A-short-name / Public-Transportation-Manager

Web Applications II project
0 stars 0 forks source link

API /admin/create with SUPERADMIN role #30

Closed GrayNeel closed 1 year ago

GrayNeel commented 1 year ago

This pull request will add the API /admin/create to the LoginService endpoint. To do so, a new role has been added (SUPERADMIN) and some SecurityConfig is now part of LoginService too. This is the first end-point to be protected with authentication in LoginService.