https://ceom.marinha.pt/auth/Pages/login.aspx?Source=/PT/Pages/default.aspx
import urllib.parse
encoded_url = "https%3A%2F%2Fmx01.marinha.pt%2Fintranet%2Fsecure"
decoded_url = urllib.parse.unquote(encoded_url)
print(f"Decoded URL: {decoded_url}")
{ "auth": "YOUR_SERVER_KEY", "payload": { ... } } function authenticate(req, res, next) { const key = r...