lemmy/crates
Nutomic dc327652a5
Add db table for login tokens which allows for invalidation (#3818)
* wip

* stuff

* fmt

* fmt 2

* fmt 3

* fix default feature

* use Authorization header

* store ip and user agent for each login

* add list_logins endpoint

* serde(skip) for token

* fix api tests

* A few suggestions for login_token (#3991)

* A few suggestions.

* Fixing SQL format.

* review

* review

* rename cookie

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-10-09 12:46:12 +02:00
..
api Add db table for login tokens which allows for invalidation (#3818) 2023-10-09 12:46:12 +02:00
api_common Add db table for login tokens which allows for invalidation (#3818) 2023-10-09 12:46:12 +02:00
api_crud Add db table for login tokens which allows for invalidation (#3818) 2023-10-09 12:46:12 +02:00
apub Fix federation of admin actions (fixes #3980) (#3988) 2023-09-25 21:39:18 -04:00
db_schema Add db table for login tokens which allows for invalidation (#3818) 2023-10-09 12:46:12 +02:00
db_views Add db table for login tokens which allows for invalidation (#3818) 2023-10-09 12:46:12 +02:00
db_views_actor User can block instances (fixes #2397) (#3869) 2023-09-20 11:56:13 +02:00
db_views_moderator Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
federate Revert "Revert "re-remove debug comments"" 2023-09-21 11:45:33 +00:00
routes Add db table for login tokens which allows for invalidation (#3818) 2023-10-09 12:46:12 +02:00
utils Add db table for login tokens which allows for invalidation (#3818) 2023-10-09 12:46:12 +02:00