Concepts of modular tonton web application that share authentication

This commit is contained in:
Mateus Cezário Barreto 2025-11-21 00:17:42 -03:00
commit eb759a8454
7 changed files with 192 additions and 75 deletions

View file

@ -1 +1,4 @@
require_relative 'tonton_web/auth'
require_relative 'tonton_web/auth'
require_relative 'tonton_web/sinatra-auth'
require_relative 'tonton_web/app'
require_relative 'tonton_web/module'