EtienneDx / git-mentor

A git server with built-in tools for teaching programming
MIT License
2 stars 0 forks source link

Settings page #36

Open EtienneDx opened 6 months ago

EtienneDx commented 6 months ago

Have a settings page where user can edit their public keys & password. Other data is readonly.

Problem : Updating settings should update the user token, as keys are encrypted within the token. It would probably be better to remove the pub keys as they are not required by the front-end appart when updating them.

Might be useful to add a pubkeys endpoint too.

See #39 For separating the pubkey from the usertoken.