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