Project

custos

0.0
The project is in a healthy, maintained state
Modern, modular authentication for Rails applications. Supports password, magic link, API tokens, MFA, and more — all as composable plugins.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

~> 2.0
>= 7.0
~> 6.0
 Project Readme

Custos

Plugin-based authentication for Ruby on Rails.

Structure

Directory Description
gem/ The custos gem — source, specs, gemspec
example/ Rails demo application
website/ Documentation site (Fumadocs)
specs/ Project-level specifications

See gem/README.md for installation, usage, and documentation.

Development

# Gem
cd gem
bundle install
bundle exec rspec
bundle exec rubocop

# Website
cd website
pnpm install
pnpm dev

Links