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

Authorization Code Flow with PKCE (OAuth) in a React application

2021/03/29Auth0OAuthReact
SPAs implementing OAuth should pick Authorization Code Flow with PKCE for maximum security. Let's implement it in React with help of Auth0

Setting up OAuth for Grafana with Auth0

2021/01/17Auth0OAuthInfrastructure as CodeTerraformGrafana
Set up secure access for Grafana based on OAuth thanks to Auth0, nicely provisioned with Terraform using Infrastructure as Code

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