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
brownboxdev avatar

brownboxdev/veri

0
View on GitHub↗
32 stars·0 forks·Ruby·MIT·10 views

Veri

Minimal cookie-based authentication library for Ruby on Rails

Features

  • Authentication and Authorization - Provides cookie-based authentication with session control.

Star history

Star history chart for brownboxdev/veriStar history chart for brownboxdev/veri

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 Veri

These projects share indexed features with Veri. 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
  • 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
  • enjaku4/rabarberenjaku4 avatar

    enjaku4/rabarber

    191View on GitHub↗

    Simple role-based authorization library for Ruby on Rails

    Ruby
    View on GitHub↗191
Compare all 6 related projects→

Frequently asked questions

What does brownboxdev/veri do?

Minimal cookie-based authentication library for Ruby on Rails

What are the main features of brownboxdev/veri?

The main features of brownboxdev/veri are: Authentication and Authorization.

Which projects share features with brownboxdev/veri?

Projects with overlapping indexed features include: bkuhlmann/auther — A multi-account, form-based, database-less, application-wide, Rails authenticator. 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… janko/rodauth-rails — Rails integration for Rodauth authentication framework.