team-folivora / annoto

Medical annotation tool
MIT License
0 stars 1 forks source link

Feat/89 sync username #95

Closed jb3rndt closed 2 years ago

jb3rndt commented 2 years ago

Closes #89

Requires #93 to be merged first

Changes made by this Pull Request

Definition of Done

jb3rndt commented 2 years ago

Do this: https://github.com/team-folivora/annoto/pull/93#discussion_r865765985

bewee commented 2 years ago

The rebase turned out to be not that simple, because the jwt can now also come from the local cookie, and in this case we weren't able to obtain the name. I tried a different attempt to closing this issue by storing the username in the jwt, see https://github.com/team-folivora/annoto/pull/99