I'm trying to use the "basic" authentication mode for an app, but no login data is sent in any requests to my server. I checked the header, body, and of course the query string, and I've got nothing.
How do I access this data so I can log the user in?
On another note, I've tried to setup my own OAuth portal in case this feature is unavailable. When I redirect the user back to LaMetric using the redirect URI and the authentication code, (looks something like https://developer.lametric.com/redirect?code=CODE_HERE&state=STATE) the app doesn't do anything and still says I'm not logged in. Any thoughts?
Torrey Leonard
Hi there,
I'm trying to use the "basic" authentication mode for an app, but no login data is sent in any requests to my server. I checked the header, body, and of course the query string, and I've got nothing.
How do I access this data so I can log the user in?
On another note, I've tried to setup my own OAuth portal in case this feature is unavailable. When I redirect the user back to LaMetric using the redirect URI and the authentication code, (looks something like https://developer.lametric.com/redirect?code=CODE_HERE&state=STATE) the app doesn't do anything and still says I'm not logged in. Any thoughts?
Thanks!