Dave_Lee
Advisor
23 days agoLM API Auth - Bearer or LMv1 Token
Hi all
I've been using the Logic Monitor API for a while and tend to use the LMv1 token auth method.
You have to calculate a base64 signature for each request, which is fine, I've written a function to handle that for me. But, given that Bearer tokens are available, I wonder if I'm just making this all a bit too difficult on myself 🤣
As I understand it, if the API call was intercepted somehow, exposing the signature calculated from an LMv1 token would be less problematic because it's not the token itself, it has a limited lifetime and is valid just for the endpoint that was being used on that API call.
Am I thinking along the rights lines security wise, or should I just make my life a little easier and switch to using Bearer tokens?
Dave