lemmy/server/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 Remove extra jwt claims (for user settings) (#1025) 2020-07-27 09:23:08 -04:00
apub Adding form_id to comment creates and edits. 2020-07-21 10:56:41 -04:00
rate_limit Split code into cargo workspaces (#67) 2020-07-10 18:15:41 +00:00
routes Adding post delete, remove, lock, and sticky. 2020-07-20 23:46:36 -04:00
websocket Adding post delete, remove, lock, and sticky. 2020-07-20 23:46:36 -04:00
code_migrations.rs Fixing duplicate actor_id for community and user. Fixes #957 2020-07-19 13:12:42 -04:00
lib.rs Split code into cargo workspaces (#67) 2020-07-10 18:15:41 +00:00
main.rs Split code into cargo workspaces (#67) 2020-07-10 18:15:41 +00:00
request.rs Federation async (#848) 2020-07-01 08:54:29 -04:00
version.rs Version v0.7.30 2020-07-25 10:43:42 -04:00