openfun / marsha

:clapper: An opensource LTI Learning Content Management System (LCMS)
MIT License
104 stars 24 forks source link

🛂(frontend) remove persistance student token #2505

Closed AntoLC closed 7 months ago

AntoLC commented 7 months ago

Purpose

Opening a classroom invite link switch our current token to a student token, so when we go back to the browser instructor tab, the resources cannot be access anymore, this is because of the persistency of the student token. We remove this persistency, the student token is now only valid for the current tab.

Proposal