Dashboard as website logout

(I'll bite)

This is speculative at best

I'm guessing you enter a user name and password to allow access to other parts.

The user name (and/or password) (or a token saying they are allowed access to the page) is stored in a context/flow or global variable.

To log out, just delete that variable. (Wipe it / set to it to null)

Or something like that.