Propagating user context between microservices secured with M2M JWT tokens

We have a current microservice architecture where we secure communication between microservices via Machine-To-Machine access tokens (these tokens are obtained using the Client Credentials grant flow).
We do this for all communications bet… Continue reading Propagating user context between microservices secured with M2M JWT tokens

How do I protect a Laravel backend API from hijacking/CSRF when there is a React frontend?

I’m finding it really hard to find a solution to make secure requests via our API without a potential hacker being able to see sensitive secret information via Google Chrome dev tools (or any browser’s dev tools), as React tends to show ev… Continue reading How do I protect a Laravel backend API from hijacking/CSRF when there is a React frontend?