lemmy/ui/src
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
..
api_tests Adding post delete, remove, lock, and sticky. 2020-07-20 23:46:36 -04:00
components Remove extra jwt claims (for user settings) (#1025) 2020-07-27 09:23:08 -04:00
services Remove extra jwt claims (for user settings) (#1025) 2020-07-27 09:23:08 -04:00
env.ts Changing front end hot reload testing to 8536 2020-06-29 16:55:14 -04:00
i18next.ts Remove extra jwt claims (for user settings) (#1025) 2020-07-27 09:23:08 -04:00
index.html Replacing selectr with choices.js for community searching. (#932) 2020-07-10 14:01:45 -04:00
index.tsx Modify search button to be expandable. 2020-07-03 23:20:44 +03:00
interfaces.ts Remove extra jwt claims (for user settings) (#1025) 2020-07-27 09:23:08 -04:00
utils.ts Add sub and sup Markdown tags. 2020-07-21 01:06:22 +03:00