getEmailFromToken
Extracts the email from a given JWT token.
Return
The email extracted from the token, or null
if the token is invalid.
Parameters
token
The JWT token from which to extract the email.
Extracts the email from a given JWT token.
The email extracted from the token, or null
if the token is invalid.
The JWT token from which to extract the email.