mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-04 06:28:47 +08:00
Currently, the server session can only store strings. As we want to move more things into it (like with a proper session object), we need to be able to store arbitrary data. This PR serializes data using Message Pack, as it’s almost as flexible as Marshal but without the potential security issues. |
||
|---|---|---|
| .. | ||
| actions | ||
| auth_manager.rb | ||
| auth_manager_result.rb | ||
| bad_challenge.rb | ||