Open
Description
hello, i got a project of front and backend(django backend).
i login with my front that being config to my app register and i recive in my front accessToken that is jwt, i send it to my backend and than i need to validate and vernify this accessToken but i couldnt finde anywhere how to validate this accessToken with my app register to know if this info is valid and the user is real, i didnt find a way to verify the jwt token and to know if the signature is good or bad.
somone told me to use msal but i didnt find any way to use msal to validate and vernify my user accessToken.
if anyone can help i would really be happy.
thanks for help