-`loginjson` -> `jsondecode('{"username": "ajejebrazorv", "password": "123456%!", "maxDuration": false}')` A json encoded struct that contains WebMust `username`, `password` and `maxDuration` option for the login.
Outputs:
Outputs:
none
none
When the user will succesfully login via the login class method `MatMust_login()` a auth.json file with the authorization tocken will be wrote on your workingdirectory root.
When the user will succesfully login via the login class method `MatMust_login()` a auth.json file with the authorization tocken will be wrote on your workingdirectory root.
-`MatMust_logincheck(M)`
### MatMust_logincheck
`t = MatMust_logincheck(M)`
A check method who ensure that you are actually logged in and your API tocken is still valid
inputs:
-`M` -> A MutMust Class
outputs:
-`t` -> A boolean true if the user is logged, false if it is not.