Mario Fernandez

  • About
  • Talks
  • Blog
  • Tags

Secure a Rails API with Auth0

2021/10/09RubyRailsOAuthSecurityAuth0
Learn how to secure an API written using Ruby On Rails

Signing your commits in git

2021/03/22Securitygitgpg
Signing your commits with a gpg key adds a layer of integrity to your code contributions. Not only that, but it's quite easy to set up

Book Review: Securing DevOps

2020/05/26Book ReviewDevOpsSecurity
Securing DevOps offers plenty of actionable advice to make your setup, from CI to production, more secure

Authorization for a Kotlin Spring backend, using JSON Web Tokens

2020/03/19Auth0OAuthKotlinSpringBootSecurity
Build authorization into your Kotlin backend by combining Auth0, JWTs and Spring Security to ensure only the right parties can execute operations

Setting up Auth0 with Terraform

2020/02/22Auth0OAuthInfrastructure as CodeTerraformSecurity
Setting up Auth0 with Terraform ensures that your setup is repeatable, and that you can authorize your apps easily and conveniently

An overview of IAM in AWS

2019/03/09AWSIAMTerraformSecurity
IAM in AWS can be scary. I wrote a small guide to understand the basic concepts so that you can get started with it

Storing team passwords with gopass

2018/04/15Securitygopass