-DNHS flocker logged in. -> log out and then go to homepage. -> disappeared.
-Log back in and go to menu and you see profile and posts.
-Only appear when logged in.
-GO to inspect in menu
-Application
-Cookies, https 127.. Bla
-Then log out, you see no cookie.
-Decode a cookie when pops up under cookie value.
-Because of cookie thomas edison shows up.
-GO local storage and it says authenticated true.
-When logged out it says false.
-go to flocker frontend(home.html, header.html, path HTML. )
-f_includes,nav, Home.html, script, document addevent istener doc..
LOgin.js (assets/js/api)
-header.html (+includes/theme/minima)
Home.html is menu code for
Menu code is guarded meaning you wont see it in certain conditions -> when not logged in, not gonna see it. <div id="authenticatedcontent" class "header">
-DNHS flocker logged in. -> log out and then go to homepage. -> disappeared. -Log back in and go to menu and you see profile and posts. -Only appear when logged in. -GO to inspect in menu -Application -Cookies, https 127.. Bla -Then log out, you see no cookie. -Decode a cookie when pops up under cookie value. -Because of cookie thomas edison shows up. -GO local storage and it says authenticated true. -When logged out it says false. -go to flocker frontend(home.html, header.html, path HTML. ) -f_includes,nav, Home.html, script, document addevent istener doc..