how through api will get an auth token?
Domain.com/api/cockpit/auth?user=username&password=mypassword
response:
“token”:“xxxxxxxxTokenxxxxx”
how through api will get an auth token?
Domain.com/api/cockpit/auth?user=username&password=mypassword
response:
“token”:“xxxxxxxxTokenxxxxx”
This works for me:
How to request a token key when Authenticate user from a client app?