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/utils/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
..
rate_limit Cache & Optimize Woodpecker CI (#3450) 11 months ago
settings Mention max length for site name in config (fixes #3006) (#4010) 8 months ago
utils Make input length checks consistent with HTML maxlength attribute (#4009) 8 months ago
apub.rs Fixing `.drone.yml` (#2677) 1 year ago
cache_header.rs Add http cache for webfingers (#3317) 11 months ago
email.rs Fix wrong SMTP port when TLS is being used (fixes #3574) (#3607) 11 months ago
error.rs Add db table for login tokens which allows for invalidation (#3818) 8 months ago
lib.rs Add db table for login tokens which allows for invalidation (#3818) 8 months ago
main.rs Adjust the config check to be a separate faster to compile binary (#3313) 12 months ago
request.rs Add cargo feature for building lemmy_api_common with mininum deps (#2243) 2 years ago
response.rs Return HTTP status 503 to all requests during startup (fixes #3780) (#4005) 8 months ago
version.rs For untagged commits, include hash in version name (fixes #1563) 3 years ago