DEV Community

njk42
njk42

Posted on

Introducing Veri – Minimal Cookie-Based Authentication for Rails

https://github.com/brownboxdev/veri

Veri is a new minimalistic authentication framework for Rails built around granular session management. Unlike full-stack solutions, Veri doesn’t impose business logic or provide pre-built views and controllers. It focuses on secure authentication primitives with detailed session control and gives you the building blocks for custom authentication flows.

Key features:

  • Database-stored sessions with detailed tracking info
  • Sessions can be listed and terminated selectively
  • Built-in user impersonation for admin features
  • Secure password storage with multiple hashing algorithms
  • Return path handling

It’s functional and ready to try, although still in early development with potential breaking changes before v1.0.

Top comments (0)