Add minimal authentication flow to get started

This commit is contained in:
Kevin McConnell
2024-06-21 16:07:49 +01:00
parent b9cf8c5e9d
commit c4fb1bdc76
26 changed files with 546 additions and 7 deletions
@@ -1,2 +1,5 @@
class ApplicationController < ActionController::Base
include Authentication
allow_browser versions: :modern
end