keechma

Keechma stack. Mention @U050986L9 or @U2J1PHYNM if you have any questions
mihaelkonjevic 2021-02-08T15:36:02.006300Z

@singhamritpal49 you will need to read the cookie somehow, and then pass it to the request. I would do it from the controller level, and then pass it as a request parameter.

mihaelkonjevic 2021-02-08T15:36:40.006700Z

Here’s a namespace that you can use to read / write cookies

mihaelkonjevic 2021-02-08T15:36:51.007Z

which is using the goog.closure integration https://github.com/reagent-project/reagent-utils/blob/master/src/reagent/cookies.cljs

mihaelkonjevic 2021-02-08T15:43:02.007700Z

another option is to use http://goog.net.cookies directly like this (.get <http://goog.net|goog.net>.cookies "auth")