awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
janko avatar

janko/rodauth-rails

0
View on GitHub↗
754 stars·48 forks·HTML·MIT·9 viewsgithub.com/jeremyevans/rodauth↗

Rodauth Rails

Rails integration for Rodauth authentication framework

Features

  • Authentication and Authorization - Wraps an authentication handler for Rails.

Star history

Star history chart for janko/rodauth-railsStar history chart for janko/rodauth-rails

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Rodauth Rails

These projects share indexed features with Rodauth Rails. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • bkuhlmann/autherbkuhlmann avatar

    bkuhlmann/auther

    23View on GitHub↗

    A multi-account, form-based, database-less, application-wide, Rails authenticator.

    Ruby
    View on GitHub↗23
  • brownboxdev/veribrownboxdev avatar

    brownboxdev/veri

    32View on GitHub↗

    Minimal cookie-based authentication library for Ruby on Rails

    Ruby
    View on GitHub↗32
  • cancancommunity/cancancanCanCanCommunity avatar

    CanCanCommunity/cancancan

    5,689View on GitHub↗

    CanCanCan is an authorization library for Ruby on Rails that lets developers define user permissions in a single, centralized file using a readable domain-specific language. It enforces those permissions across controllers, views, and database queries, providing a unified approach to access control in Rails applications. The library works by evaluating a prioritized list of rules that combine actions, models, and conditions, supporting aliases, blocks, and conditional logic. It automatically authorizes controller actions through Rails' before_action lifecycle, raising exceptions on unauthoriz

    Ruby
    View on GitHub↗5,689
  • doorkeeper-gem/doorkeeperdoorkeeper-gem avatar

    doorkeeper-gem/doorkeeper

    5,501View on GitHub↗

    Doorkeeper is an OAuth 2 authorization server and provider for Ruby on Rails and Grape applications. It provides the necessary framework to build an authorization server that issues and validates security tokens for third-party applications, effectively acting as a security middleware to protect API endpoints. The project integrates an identity layer via OpenID Connect to verify user identities and retrieve profile information. It supports a variety of security patterns, including the implementation of the PKCE flow for public clients and the issuance of stateless JSON Web Tokens. Its broade

    Ruby
    View on GitHub↗5,501
Compare all 6 related projects→

Frequently asked questions

What does janko/rodauth-rails do?

Rails integration for Rodauth authentication framework

What are the main features of janko/rodauth-rails?

The main features of janko/rodauth-rails are: Authentication and Authorization.

Which projects share features with janko/rodauth-rails?

Projects with overlapping indexed features include: bkuhlmann/auther — A multi-account, form-based, database-less, application-wide, Rails authenticator. brownboxdev/veri — Minimal cookie-based authentication library for Ruby on Rails. cancancommunity/cancancan — CanCanCan is an authorization library for Ruby on Rails that lets developers define user permissions in a single,… doorkeeper-gem/doorkeeper — Doorkeeper is an OAuth 2 authorization server and provider for Ruby on Rails and Grape applications. It provides the… enjaku4/rabarber — Simple role-based authorization library for Ruby on Rails. heartcombo/devise — Devise is a flexible authentication framework for Ruby on Rails applications. It serves as a user identity management…