• Blog
  • Search results shown for:

"Ruby on Rails"

6 of 6 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

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