Skip to content

Commit

Permalink
Update sessions_cookies_authentication.md (TheOdinProject#29298)
Browse files Browse the repository at this point in the history
Update Assignment links due to changes in the Rails Guides
  • Loading branch information
SeanMero authored Jan 10, 2025
1 parent 5c13f64 commit 7e75341
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ Configuration will be dependent on your use case. Do you want to make the user
1. Read this article about [how Rails sessions work](https://www.justinweiss.com/articles/how-rails-sessions-work/).
1. Watch this video to [dive deep into sessions](https://www.youtube.com/watch?v=mqUbnZIY3OQ).
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.
1. Read section 8 of the [Rails Guides on Controllers](http://guides.rubyonrails.org/action_controller_overview.html#filters) to understand controller filters.
1. Read section 11 of the [Rails guides on Controllers](http://guides.rubyonrails.org/action_controller_overview.html#http-authentications) to understand more about authentication.
1. Read section 7 of the [Rails Guides on Controllers](https://guides.rubyonrails.org/action_controller_overview.html#controller-callbacks) to understand controller filters.
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.
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.

</div>
Expand Down

0 comments on commit 7e75341

Please sign in to comment.