lemmy/ui
Dessalines d1342afe93
Remove extra jwt claims (for user settings) (#1025)
* Remove extra jwt claims (for user settings)

- The JWT token only contains the issuer, and your user id now.
- Now only a page refresh is necessary to pick up your settings on all
  clients, including theme, language, etc.
- GetSiteResponse now gives you your user and settings if logged in.
- Fixes #773

* Remove extra comment line, I tested nsfw

* Adding a todo to add a User_::readSafe()
2020-07-27 09:23:08 -04:00
..
assets Adding a lot of front end prettying. 2020-07-23 02:10:22 -04:00
src Remove extra jwt claims (for user settings) (#1025) 2020-07-27 09:23:08 -04:00
translations Translated using Weblate (Swedish) 2020-07-24 22:11:34 +00:00
.eslintignore Adding a test bed for API testing. #658 2020-04-23 11:34:32 -04:00
.eslintrc.json Notification improvements. 2020-03-20 16:13:54 -04:00
.gitignore Cleanup gitignore and dockerignore files 2020-03-12 20:25:14 +01:00
.prettierrc.js Adding prettier. 2019-10-18 17:00:26 -07:00
fuse.js Add fallback url to fuse devserver(closes #945) (#946) 2020-07-11 19:03:23 -04:00
generate_translations.js generate typescript during compilation 2020-02-29 19:16:23 +01:00
jest.config.js Lots of additions to federation. 2020-04-27 12:57:00 -04:00
package.json Add sub and sup Markdown tags. 2020-07-21 01:06:22 +03:00
tsconfig.json Upgrade package.json. 2020-01-06 11:22:51 -05:00
yarn.lock Add sub and sup Markdown tags. 2020-07-21 01:06:22 +03:00