Does an OAuth1.0a HTTP GET endpoint in my API present a security vulnerability?

I’m building a hobby application, and I’d prefer it not end up on a cyber-security expert’s list of insecure sites.

My application can post to Twitter on behalf of a user. This required implementing the OAuth 1.0a specificat… Continue reading Does an OAuth1.0a HTTP GET endpoint in my API present a security vulnerability?

Node.js Cookies/Tokens (Access & Refresh) – OAUTH2 – How to store tokens and time/function refreshing

1) I am currently building a RESTful API which acts as a middleman between clients and an authentication server. A client gives me some account details and my server passes them to the auth server who then returns a csrftoken… Continue reading Node.js Cookies/Tokens (Access & Refresh) – OAUTH2 – How to store tokens and time/function refreshing

Arduino Enters the Cloud

Love it or hate it, for many people embedded systems means Arduino. Now Arduino is leveraging its more powerful MKR boards and introducing a cloud service, the Arduino IoT Cloud. The goal is to make it simple for Arduino programs to record data and control actions from the cloud.

The program is in beta and features a variety of both human and machine interaction styles. At the simple end, you can assemble a dashboard of controls and have the IoT Cloud generate your code and download it to your Arduino itself with no user programming required. More advanced users can …read more

Continue reading Arduino Enters the Cloud

Is IP whitelisting safe enough for a HTTP Basic protected service available on the internet?

We are discussing about making available through the internet one of our microservices deployed on a public cloud on Kubernetes. This ms offers some sensitive information to the clients.

This microservices will be protected … Continue reading Is IP whitelisting safe enough for a HTTP Basic protected service available on the internet?