-
Notifications
You must be signed in to change notification settings - Fork 10
v1.0.0 FAQs
Only one user can log into Autolabcli at a single point of time. In case another user wants to login, he can just use autolabjs init
command to do so.
The first user will be automatically logged out when the second user successfully logs in, or if his session (2 hr) has expired. whichever comes first. There is no message displayed that the first user has logged out.
If you deliberately log out using autolabjs exit
command, you will be displayed a message that you have been logged out. But when a second user logs in when there is already another user who is logged into the machine, log out message is not displayed for the first user because the second user need not know that another user was already logged into the machine.
There is no command to know who is logged into Autolabcli on the machine for security purposes. If you are not sure that you are logged in, you can always run autolabjs init
to login again.
- Autolabcli v1.0.0 Docs
- Submission Workflow
- Architecture
- Refactoring Advice
- Feature Development
- Autolabcli Tests
- Events Doc
- Sequence Diagrams
- Testing in Javascript
- Libraries
- Debug Techniques
- Arrow Functions
- Autolabcli v0.1.1 Docs
- References