Skip to content
Snippets Groups Projects
  • Nutomic's avatar
    f858d8cb
    Remove explicit auth params (#3946) · f858d8cb
    Nutomic authored
    
    * 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: default avatarDessalines <tyhou13@gmx.com>
    Co-authored-by: default avatarDessalines <dessalines@users.noreply.github.com>
    f858d8cb
    History
    Remove explicit auth params (#3946)
    Nutomic authored
    
    * 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: default avatarDessalines <tyhou13@gmx.com>
    Co-authored-by: default avatarDessalines <dessalines@users.noreply.github.com>
This project manages its dependencies using Cargo. Learn more