vlead / vlabs-openedx-platform

Other
1 stars 0 forks source link

convert post message data to lower case for login/logout #9

Closed ksripathi closed 6 years ago

ksripathi commented 6 years ago

In vlabs-landing-pages login/logout functionality is implemented using post message. For different releases of openedx platform phrases that we are looking for login/logout actions were changing (e.g lowercase, uppercase). By doing this login/logout functionality might break for different versions to avoid this flaw it is easier if we convert all post message to lowercase and then compare phrases for login/logout

ksripathi commented 6 years ago

This issue was fixed in https://github.com/vlead/vlabs-landing-pages repo commit info: https://github.com/vlead/vlabs-landing-pages/commit/29bb5c91564de75b2f6229cd0af5dfea700bfc35