aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-10-28 20:44:22 -0400
committerRaghuram Subramani <raghus2247@gmail.com>2025-10-28 20:47:58 -0400
commit176a8596c5a9fa49cc16d66ea4067e38a38f96c8 (patch)
tree65ebfd5749b1bfaf77836298c69912f55f5c2de0 /config
parent09300c87a63a6f68c81fbed88dc50136ffe7789a (diff)
rails: g authentication
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 48254e8..29b007b 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -1,4 +1,6 @@
Rails.application.routes.draw do
+ resource :session
+ resources :passwords, param: :token
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
# Reveal health status on /up that returns 200 if the app boots with no exceptions, otherwise 500.