mirror of
https://github.com/discourse/discourse.git
synced 2026-03-04 01:15:08 +08:00
This patch will be followed by https://github.com/discourse/discourse/pull/34747. `SecureSession` doesn’t make a lot of sense anymore and can be confusing as the current cookie store used for the session is actually secure since it’s encrypted. Renaming it to `ServerSession` better conveys what it does: providing a session but on the server side only. This patch also makes some improvements, like injecting that server session into Rack-like request objects, allowing the server session to be available virtually everywhere. |
||
|---|---|---|
| .. | ||
| cached_counting_spec.rb | ||
| has_custom_fields_spec.rb | ||
| has_search_data_spec.rb | ||
| positionable_spec.rb | ||
| searchable_spec.rb | ||
| second_factor_manager_spec.rb | ||