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

Veri v0.4.0 – Multi-Tenancy Update for the Rails Authentication Gem

September 12, 2025

Just released Veri v0.4.0, introducing multi-tenancy support. Now you can isolate authentication sessions per tenant, whether that's a subdomain or a model representing an organization.

This update also adds several useful scopes and renames a couple of methods.

⚠️The gem is still in early development, so expect breaking changes in minor versions until v1.0!

Check it out here: https://github.com/enjaku4/veri

Contact