User Delete/Login/Logout stage
This stage is designed to be used in a flow that removes a user from the system, and it deletes the user who is currently in the pending state. Additionally, the user is removed from the current session.
The purpose of this stage is to attach a pending user to the current session. It can be utilized during an enrollment flow after user_write, or during an authentication flow after a password stage.
By default, the session is set to expire when you close your browser. This can be customized so that you can set the session to expire after any duration using the syntax of hours=1,minutes=2,seconds=3
The following keys are accepted: Microseconds, Miliseconds, Seconds, Minutes, Hours, Days, Weeks.
The stage is the opposite of User Login Stages, which means that it logs out the user by removing them from the current session.