You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ruby_on_rails/forms_and_authentication/sessions_cookies_authentication.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,7 @@ Configuration will be dependent on your use case. Do you want to make the user
186
186
1. Watch this video to [dive deep into sessions](https://www.youtube.com/watch?v=mqUbnZIY3OQ).
187
187
1. Read sections 5 and 6 of the [Rails Guides on Controllers](http://guides.rubyonrails.org/action_controller_overview.html#session). Don't worry too much about the details of `session_store` configurations in 5.1 right now.
188
188
1. Read section 7 of the [Rails Guides on Controllers](https://guides.rubyonrails.org/action_controller_overview.html#controller-callbacks) to understand controller filters.
189
-
1. Read section 11 of the [Rails Guides (v7.2) on Controllers](https://guides.rubyonrails.org/v7.2/action_controller_overview.html#http-authentications) to understand more about authentication.
189
+
1. Read section 4 of the [Rails Guides on Controller Advanced Topics](https://guides.rubyonrails.org/action_controller_advanced_topics.html#http-authentication) to understand more about authentication.
190
190
1. Glance over the [Devise Documentation](https://github.com/plataformatec/devise). Read about how to install it in your Rails App and what the different modules do. You'll be using it with upcoming projects.
0 commit comments