[Koha-bugs] [Bug 13799] Add base for building RESTful API

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 7 16:25:07 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13799

--- Comment #172 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Firs comment: 

Unless we're actually going to use Mojolicious Sessions, and thus mojo cookies
then we need not confuse users by making the secret configurable.

As far as I can tell, secrets are only used to sign mojo cookies (Whether we
should eventually switch to mojo hmac signed cookies over csgisessid is another
question all together)

As such, I would suggest we hard code a suitably silly secret just to quell
warnings that will be output otherwise safe in the knowledge that we are not
actually using said secret anyway.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list