Generated authentication

This commit is contained in:
2025-06-21 23:26:05 +03:00
parent c2920708ab
commit 02be5a53d6
20 changed files with 210 additions and 1 deletions
@@ -1,4 +1,5 @@
class ApplicationController < ActionController::Base
include Authentication
# Only allow modern browsers supporting webp images, web push, badges, import maps, CSS nesting, and CSS :has.
allow_browser versions: :modern
end