Service.MakeSourcemodule Log : Log.Service.Sig.SERVICEmodule UserService : User.Service.Sig.SERVICEFind currently logged in user in the current context.
Make sure to call authenticate_session before or apply the required session and authentication middlewares.
Find currently logged in user in the current context.
Make sure to call authenticate_session before or apply the required session and authentication middlewares.
Assign a user to the current anonymous session.
Use authenticate_session ctx user to log in a user. If a user is already assigned to session, replace the user.
Log user out.
Remove user from current session so that session is anonymous again.