You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates/db_views/src
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>
8 months ago
..
comment_report_view.rs Adding a scaled sort, to boost smaller communities. (#3907) 9 months ago
comment_view.rs Merge branch 'main' into comment-fix 9 months ago
custom_emoji_view.rs Make functions work with both connection and pool (#3420) 11 months ago
lib.rs Add Custom Emojis Support (#2616) 1 year ago
local_user_view.rs Use Queryable instead of JoinView (#3917) 10 months ago
post_report_view.rs Auto resolve reports trigger (#3871) 10 months ago
post_view.rs User can block instances (fixes #2397) (#3869) 9 months ago
private_message_report_view.rs Use Queryable instead of JoinView (#3917) 10 months ago
private_message_view.rs Use Queryable instead of JoinView (#3917) 10 months ago
registration_application_view.rs Add db table for login tokens which allows for invalidation (#3818) 8 months ago
site_view.rs Use Queryable instead of JoinView (#3917) 10 months ago
structs.rs Forgot to add ts export to pagination cursor. (#3971) 9 months ago