Ruby Example Apps
We’ve created a number of example applications. These are all licensed under Apache2 and are made available with no warranty. We happily accept pull requests to improve these applications.
You also may be interested in our quickstarts, which offer a quick way to get started adding login and other FusionAuth functionality to your application.
These typically use the ruby client libraries.
- Ebook application - Example Rails app which lets you download ebooks
- Lob integration - Example Rails app which lets send a letter to someone's address to verify they live there
- Ruby JWT - JWT creation and decoding examples with the Ruby jwt gem
- Ruby on Rails API quickstart - Ruby on Rails API quickstart tutorial showing how to integrate FusionAuth with a Ruby on Rails API
- Ruby on Rails quickstart - Ruby on Rails quickstart tutorial showing how to integrate FusionAuth with a Ruby on Rails application
- Ruby on Rails with Custom Scopes - This example application shows how to implement Custom Scopes with FusionAuth.
- Ruby tenant creation - Creating new tenants in Ruby