lemmy/crates/routes/src
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
..
feeds.rs Fix time zone handling (#3496) 2023-08-24 11:27:00 -04:00
images.rs Remove explicit auth params (#3946) 2023-09-21 06:42:28 -04:00
lib.rs Use once_cell instead of lazy_static 2021-11-22 19:58:31 +01:00
nodeinfo.rs Correct logic to meet join-lemmy requirement, don't have closed signups. Allows Open and Applications. (#3761) 2023-08-01 10:40:42 +02:00
webfinger.rs Implement remote follow (#3738) 2023-08-31 09:00:41 -04:00