You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small thing but in week-3/02-jwt/index.js the comment description for decodeJwt indicates the function is supposed to return an object or false. This is innacurate because based on the tests, the function is actually supposed to return true or false. Raising this since even though its a small issue, it can throw off students.
The text was updated successfully, but these errors were encountered:
Small thing but in
week-3/02-jwt/index.js
the comment description fordecodeJwt
indicates the function is supposed to return anobject or false
. This is innacurate because based on the tests, the function is actually supposed to returntrue or false
. Raising this since even though its a small issue, it can throw off students.The text was updated successfully, but these errors were encountered: