]> Untitled Git - lemmy-ui.git/commit
Adding JWT secure flag. (#426)
authorDessalines <dessalines@users.noreply.github.com>
Sat, 18 Sep 2021 21:59:28 +0000 (17:59 -0400)
committerGitHub <noreply@github.com>
Sat, 18 Sep 2021 21:59:28 +0000 (17:59 -0400)
commitbf93e29f4c81360c9ccfdb7a14fd3576117ef67a
tree9f9dff12efebd412d55426075033bfc75dc6b682
parent967b0dd9640a6eadee3f1f7b9776d95e00d515e1
Adding JWT secure flag. (#426)

- Couldn't add samesite due to isomorphic library.
- Couldn't add httponly, because the js needs it for calls.
- Fixes #389
src/shared/env.ts
src/shared/services/UserService.ts