This endpoint is the simplest way to login into your Siga 3 account. When logged it will return the Siga 3 server it's using, the Siga session cookie, your client session cookie, and a logged variable equal to true meaning you successfully logged into your Siga 3 account.
Simple authentication
MySiga uses TLS protocol with HSTS enabled to ensure encrypted and secure connections. If u don't trust it anyway, u can use /login/raw to log in without sending the password to MySiga.
Simple Authentication
POSThttps://mysiga.laravieira.me/login
This will get the CPF and the password and login into Siga server.
If a session id is given, it will attempt to log in using the given session id.
If the login requires a captcha and no captcha resolution is given, the captcha will be automatically resolved.