karolherbst / Gamekeeper-Framework

Library for hooking up game stores and merging them into one single library
GNU Lesser General Public License v2.1
2 stars 0 forks source link

backend/httppostloginhandler: implement property token.required #99

Closed karolherbst closed 10 years ago

karolherbst commented 10 years ago

with this a store config can provide a whitelist of cookies required for authentication. This will reduce the probability of false positives compared to a simple check against the existence of cookies, because a store could provide more cookies than required.

We will store all cookies nethertheless, because we don't want to mess with a store backend.

fixes #96