Authorization Code Flow

@sOUTHX for logout just clear out the session in the browser using something like Session::destroy() depends on what/how you code.

Then next time the use tries to go to a secure location it loops to the Auth/Login process if code correctly ofc