scratch-www/src/redux
Ray Schamp e44e958fe0 Move permissions storage to client-side cookie
Instead of retrieving the permission from the session cookie, store permission data from /session/, and cache it in a cookie.  On subsequent page loads, the permission information will be retrieved from the cookie more quickly than the /session/ endpoint returns. When the session changes, the cookie and permissions state is updated to reflect the new state.
2016-09-08 12:53:05 -04:00
..
conference-details.js Move api mixin to lib, remove mixin 2016-06-14 17:29:30 -04:00
conference-schedule.js Move api mixin to lib, remove mixin 2016-06-14 17:29:30 -04:00
permissions.js Move permissions storage to client-side cookie 2016-09-08 12:53:05 -04:00
reducer.js Remove token storage 2016-09-08 12:48:07 -04:00
session.js Move permissions storage to client-side cookie 2016-09-08 12:53:05 -04:00