lemmy/crates/apub/src/api
Nutomic f858d8cbce
Remove explicit auth params (#3946)
* Remove explicit auth params (ref #3725)

Only take auth via header or cookie. This requires a new version
of lemmy-js-client for api tests to pass.

* rework api_crud

* remove remaining auth params, move logic to session middleware

* fmt, fix test

* update js client

* remove auth param from api tests

* Pass auth as header

* add !

* url vars, setHeader

* cleanup

* fmt

* update

* Updating for new lemmy-js-client.

---------

Co-authored-by: Dessalines <tyhou13@gmx.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-09-21 06:42:28 -04:00
..
list_comments.rs Remove explicit auth params (#3946) 2023-09-21 06:42:28 -04:00
list_posts.rs Remove explicit auth params (#3946) 2023-09-21 06:42:28 -04:00
mod.rs Remove PerformApub trait (#3423) 2023-07-03 11:01:41 +02:00
read_community.rs Remove explicit auth params (#3946) 2023-09-21 06:42:28 -04:00
read_person.rs Remove explicit auth params (#3946) 2023-09-21 06:42:28 -04:00
resolve_object.rs Remove explicit auth params (#3946) 2023-09-21 06:42:28 -04:00
search.rs Remove explicit auth params (#3946) 2023-09-21 06:42:28 -04:00