How to automatically set the access token in Insomnia
2 min
How can you test a GraphQl endpoint accessible only to authorised users in Insomnia to test your requests (without jumping through hoops).
Read post ›
Add a billing admin user to secure an AWS root account
3 min
How can we create a user with administrator and Billing Access rights so that we can reduce the number of reasons of why we would need to log in as a root user
Read post ›
Testing endpoints protected with an XSRF token in Postman
4 min
How can we test the endpoints using an anti-forgery token to protect us from XSRF(Cross-Site Request Forgery) attacks in Postman
Read post ›
A guide to securing git commits from tricking you on Windows
3 min
Did you know that you can check in code as anyone in your git repository by default? This article shows you how to prevent this problem by using a GUI.
Read post ›