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
it('should set a test cookie',function(){cookie('test','7LAxOjzJqw-zv3fKyNmqkITUFTmeVYMPB/mG70=');assert('7LAxOjzJqw-zv3fKyNmqkITUFTmeVYMPB/mG70='==cookie('test'));})
update: before one set a cookie one should escape it ;)
Cookie value parse error when you have a cookie with '=' in value. For example, this:
https://github.com/koajs/csrf
create such values.
The text was updated successfully, but these errors were encountered: