About

Professional Ruby developer with more than a decade of experience.

I work with Ruby web applications at any stage, whether that means building something new, extending an existing system, or keeping it running smoothly. I prefer practical solutions over clever ones, and aim to leave codebases cleaner and more maintainable than I found them.

Primarily Rails, but comfortable with other Ruby stacks. Based in Sweden, working remotely with clients in Europe and beyond.

Open Source

RABARBER

GitHub stars

Simple yet flexible role-based authorization for Ruby on Rails with comprehensive role management and multi-tenancy support.


VERI

GitHub stars

Minimalistic cookie-based authentication for Ruby on Rails with granular session management, user impersonation, and multi-tenancy support.


GREPFRUIT

GitHub stars

Fast parallel regex search across files powered by Ruby Ractors, available as a programmatic API and CLI.


KREDS

GitHub stars

Rails credentials access with blank value detection and clear human-readable error messages.

Blog

← Back to articles

Introducing Veri – Minimal Cookie-Based Authentication for Rails

June 25, 2025

https://github.com/enjaku4/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.

Contact