openfun / jitsi-magnify

An authentication and room management system for Jitsi built with Django/React
MIT License
23 stars 6 forks source link

♻️(user) make "email" field optional on User #155

Closed sampaccoud closed 1 year ago

sampaccoud commented 1 year ago

Purpose

We would like to get the user email from the JWT token but should not fail if it is not present.

Proposal