Closed archaelus closed 11 years ago
So logplex v55 changes the token based auth mechanism in the API slightly. You now need to send "token" as the username in the basic auth string.
This allows logplex to use other usernames for other credentials.
This change is forwards compatible (i.e. token:YourToken is compatible with both v54 logplex and v55).
@archaelus did you fix this issue in your prior PR?
Yep.
So logplex v55 changes the token based auth mechanism in the API slightly. You now need to send "token" as the username in the basic auth string.
This allows logplex to use other usernames for other credentials.
This change is forwards compatible (i.e. token:YourToken is compatible with both v54 logplex and v55).