Authenticate the user based on information that's contained in every request
E.g. cookies, OAuth (Authentication HTTP header)
Authenticate the user through some login process, and set up a session (so further requests can be handled by SessionManager)
Authenticate the user based on information that's contained in every request
E.g. cookies, OAuth (Authentication HTTP header)
Authenticate the user through some login process, and set up a session (so further requests can be handled by SessionManager)
begin/continueAuthentication in detail: