• Blog
  • Search results shown for:

"Ruby"

9 of 9 results

developers

Feb 5, 2025 • 22 min read

How to Implement Relationship-Based Access Control (ReBAC) in a Ruby On Rails API?

The way to implement an authorization system depends on your application's needs. Let's explore Relationship-Based Access Control (ReBAC) and implement it in a Rails API using OpenFGA.

Carla Urrea Stabile

developers

Aug 9, 2024 • 14 min read

How to Implement Attribute-Based Access Control (ABAC) in a Ruby On Rails API?

There are different ways to implement an authorization system and the one you choose depends on your application's needs. Attribute-Based Access Control (ABAC) is just one of them, so let's go ahead and learn how to implement it in a Rails API.

Carla Urrea Stabile

developers

Jul 26, 2023 • 25 min read

How to Implement Role-Based Access Control (RBAC) in a Ruby On Rails API?

There are different ways to implement an authorization system and the one you chose depends on your application's needs. Role-Based Access Control (RBAC) is just one of them, so let's go ahead and learn how to implement it in a Rails API.

Carla Urrea Stabile

developers

Apr 12, 2023 • 8 min read

A Brief History of Ruby

People are saying Ruby is dead, while others use it widely in their companies. Let's dive into the history of Ruby. From its birth to how it's doing today and to what the future holds.

Carla Urrea Stabile

developers

Oct 26, 2022 • 11 min read

Five Ruby Gems for Authentication and Authorization

Learn about five different Ruby gems used for authentication and authorization and when to use them.

Carla Urrea Stabile

developers

Oct 7, 2021 • 10 min read

Secure a Rails API with Auth0

Learn how to secure an API written using Ruby On Rails with Auth0 authorization services.

Mario Fernandez

developers

Aug 23, 2017 • 12 min read

The Highs & Lows of Crystal - an Introduction to Crystal Lang

Crystal Language claims to be as fast as C and as easy to learn as Ruby. Here, I put it to the test and give my 2 cents!

Robin Percy

developers

Jul 10, 2017 • 16 min read

Iris Recognition for Two Factor Authentication with Ruby on Rails

Using Ruby on Rails to combine Auth0 Login with Iris Recognition for Two Factor Authentication

Robin Percy

developers

Jun 2, 2016 • 12 min read

Ruby Authentication: Secure Your Rack Application with JWT

JSON Web Tokens (JWT) provide an easy way to add authentication to Ruby apps. Learn all about how to secure your Rack API!

Alex Sears