France-ioi / AlgoreaBackend

Backend for the new Algorea platform
MIT License
1 stars 2 forks source link

Service for getting a token for editing another user's profile #1044

Closed smadbe closed 3 months ago

smadbe commented 5 months ago

Overview

When joining some groups, user may grant to group manager to "edit" their profile. The intend is to let the group manager (typically the teacher, instructor, ...) fix some personal information and change the password of a user who barely knows about his account on the website.

As the authentication is handled by the login-module, we need to provide the login-module with a proof that the current user is allowed to modify another user.

Acceptance criteria