mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
Unsign auth token cookies per discussion on #215
This commit is contained in:
@ -38,7 +38,7 @@ describe SessionController do
|
||||
end
|
||||
|
||||
it 'sets a cookie with the auth token' do
|
||||
cookies.signed[:_t].should == user.auth_token
|
||||
cookies[:_t].should == user.auth_token
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user