Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Litestar

We develop production-grade, high-performance tooling for web development, including the Litestar web framework | Effortlessly Build Performant APIs. We recommend you choose one of the similar tiers on https://polar.sh/litestar-org
Collective - Host: opensource - https://opencollective.com/litestar - Website: https://litestar.dev/ - Code: https://github.com/litestar-org/litestar

feat(contrib-jwt): Add parameters to set the JWT `extras` field (#2313)

* feat(contrib-jwt): Add parameters to set the JWT `extras` field

- Add `token_extras` to bot...

github.com/litestar-org/litestar - 30f748e877677af32f368ba5502b1507030ed82c authored over 1 year ago
fix(tests): fix platform compat tests (#2310)

* fix platform compat tests
* fix mako template test for windows

---------

Signed-off-b...

github.com/litestar-org/litestar - f73da61668d090adba45e482648c0883f1a3645f authored over 1 year ago
fix: #2196 - incorrect handling of mutable headers in ASGIResponse (#2308)

* fix headers handling in ASGIResponse

---------

Signed-off-by: Janek Nouvertné <25355197+...

github.com/litestar-org/litestar - 359fa32f87d5980dcbc30d567298cbbc7319cb19 authored over 1 year ago
chore: fix some pre-commit issues (#2307)

Signed-off-by: Janek Nouvertné <[email protected]>

github.com/litestar-org/litestar - ec3b19bbb6ea5e8af73fb4727a6e282cadbf5ddf authored over 1 year ago
docs(templates): Add missing sync_to_thread for examples (#2309)

Signed-off-by: Janek Nouvertné <[email protected]>

github.com/litestar-org/litestar - 9d07477a8e9868da3595b5d6e8f2a288ed496612 authored over 1 year ago
chore: Publish with PyPI's trusted publishers (#2306)

* chore: publish using PyPI trusted publishers

---------

Signed-off-by: Janek Nouvertné <2...

github.com/litestar-org/litestar - e0002141d36a93ee1b4079e7f7d878803d13a0e4 authored over 1 year ago
fix(ci): fix link to latest release

github.com/litestar-org/litestar - bcf134196a2af6da81f9aa29a03b7cd84c1cff59 authored over 1 year ago
chore: remove snyk (#2304)

Signed-off-by: Janek Nouvertné <[email protected]>

github.com/litestar-org/litestar - 9e67d91b5b3bd44d3e2fc187ca6933178e723c9b authored over 1 year ago
chore: update maintainers

Signed-off-by: Janek Nouvertné <[email protected]>

github.com/litestar-org/litestar - 172bfb55825569df87baa4d2a8446ebbbd26c28c authored over 1 year ago
docs: Fix async sessions, Pydantic V2 (#2298)

* docs: Fix SQLAlchemy config for async

* docs: Update SA repo example to Pydantic V2

* docs: ...

github.com/litestar-org/litestar - 9b950aede5d6c982fe14df78c0b0c3f74b1667f3 authored over 1 year ago
docs: add geeshta as a contributor for doc (#2300)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-...

github.com/litestar-org/litestar - afd744dc2766ff87782c99f56ecc5cb1bd0ff44b authored over 1 year ago
feat(layered-include_in_schema): Add include_in_schema option for all layers (#2295)

* feat(layered-include_in_schema): Add include_in_schema option on Routers and/or Controllers

...

github.com/litestar-org/litestar - aaf3fac2c8b0b4ca14a2042be9ecaaf4e7857680 authored over 1 year ago
docs: add wevonosky as a contributor for code (#2289)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------
...

github.com/litestar-org/litestar - 05f51dc481ec5d560951d8ddac5c43c6a9a8598f authored over 1 year ago
chore: Adds deprecation warnings for `app` parameter when using `to_asgi_response` method of responses (#2268)

* chore: add deprecation warnings for use of parameter app in to_asgi_response method of respons...

github.com/litestar-org/litestar - 488df7d478b63c01f71c199a651f48f3bdc212e5 authored over 1 year ago
Update pyproject.toml

github.com/litestar-org/litestar - 7a5cf26185726a31ab3cbc4b265204fde2f1e36f authored over 1 year ago
chore: update pyproject.toml

github.com/litestar-org/litestar - 8f629db105712460728125c83f4cde4c486b608a authored over 1 year ago
chore: remove self as a maintainer

Signed-off-by: Janek Nouvertné <[email protected]>

github.com/litestar-org/litestar - e94f07511f99f1e95bca62cf5ae76923e4dde570 authored over 1 year ago
feat: add minjinja (#2250)

* feat: add minjinja

* feat: add minjinja, more tests

* feat: add minjinja, added url_for test...

github.com/litestar-org/litestar - bb08a53bce94e6d7a7e24b10f9083dcef7653f0f authored over 1 year ago
chore: fix anyio v4 testing related issues (#2287)

* chore: pin anyio

* chore: fix anyio v4 testing compatibility issues

* chore: fix excepti...

github.com/litestar-org/litestar - 3ef2a2c0ea8e0bca04ea61211f713a231c2f5c06 authored over 1 year ago
chore: fix linting issues

github.com/litestar-org/litestar - 09575f8bab5d6e306f24b6f6c55aac57fcb4c210 authored over 1 year ago
feat(sqlalchemy): allow repository functions to be filter by expressions (#2265)

* feat: allow queries to be filter by expressions as well.

* feat: allow queries to be filter...

github.com/litestar-org/litestar - 7badaf5254aa76ef77db468328e0e795ff63c931 authored over 1 year ago
feat: exclude implicit fields for sqlalchemy dto (#2170)

* feat: exclude implicit fields for sqlalchemy dto

use separate sqlalchemy dto config

supp...

github.com/litestar-org/litestar - 6fe22e4ea54bce2780e5431c72ab0711a1ce8777 authored over 1 year ago
feat: make `302` the default `status_code` for redirect responses (#2189)

* Fix: better error message.

* feat: Ensures deterministic ordering of handlers (#2152)

En...

github.com/litestar-org/litestar - 3b0becb8fdc6cf9feb737fe5c15fa8aa9b81ed34 authored over 1 year ago
chore: remove poetry lock from pre-commit (#2270)

remove poetry lock from pre-commit

Signed-off-by: Janek Nouvertné <25355197+provinzkraut@user...

github.com/litestar-org/litestar - 8277182fd978bb33e50f80c3386f96cd8f929e54 authored over 1 year ago
fix: set content length header by default (#2271)

github.com/litestar-org/litestar - b01e9e3dafa179c28d06d3419fe411cdca4b8837 authored over 1 year ago
chore: Make Async Docs Note More Clear (#2276)

Docs: Make Async Note More Clear

Fixes #2275

github.com/litestar-org/litestar - 84c333bb904641bd41f620eb45a99736a7524564 authored over 1 year ago
docs: Add `litestar-fullstack` to README and docs (#2284)

* Add `litestar-fullstack` to README and documentation

* Update README.md

Co-authored-by: ...

github.com/litestar-org/litestar - 129b616277735d6b7720e46c3d345e6f3daee280 authored over 1 year ago
docs: add sykloid as a contributor for bug, code, and test (#2283)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------
...

github.com/litestar-org/litestar - 51e7b4a55a6a31a00f375064c49ed13d908f79ae authored over 1 year ago
fix: Ensure app-dir is appended to path during autodiscovery. (#2277)

* fix: Ensure app-dir is appended to path during autodiscovery.

* add tests

* added anothe...

github.com/litestar-org/litestar - 6a6fba408a23a96cdd8efe40a84a0a91a4b4ff73 authored over 1 year ago
chore(deps): bump actions/checkout from 3 to 4 (#2279)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](htt...

github.com/litestar-org/litestar - c36dba249337062266fe2175a256ed7de099fa0e authored over 1 year ago
fix: `SQLAlchemyPlugin` refactored. (#2269)

* fix: set SQLAlchemyPlugin to add other plugins, instead of inheriting.

* fix: linting

* ...

github.com/litestar-org/litestar - cd07fd7a5d91415ab48ae32f62ef1de320e6831c authored over 1 year ago
fix: don't add content type for responses that don't have a body (#2263)

* fix: no content-type header in case of no content HTTP response

Some clients (e.g.: openapi...

github.com/litestar-org/litestar - 3b3ed502de26bb945857fa8b94af45afdde7e075 authored over 1 year ago
docs: add sean-donoghue as a contributor for doc (#2261)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------
...

github.com/litestar-org/litestar - d6a06627516cc06b4646a91ff9d4c6b70fbd9284 authored over 1 year ago
docs: Miscellaneous fixes (#2259)

* docs: Fix numbered list typo

Signed-off-by: Sean Donoghue <[email protected]>

* docs: ...

github.com/litestar-org/litestar - c951d63756ca54296fac142fd06ebda99477bd13 authored over 1 year ago
chore: update poetry version in pre-commit hooks (#2264)

* chore: update poetry version in pre-commit

* chore: update poetry lock file

github.com/litestar-org/litestar - 8474267a76f4304e90e208a746f3985d873d0e75 authored over 1 year ago
docs: fix typo (#2247)

github.com/litestar-org/litestar - f915b5a40b64c01a0cf8b7c83e9929b6eddca353 authored over 1 year ago
fix: add pydantic types to sqlalchemy registry only if pydantic is installed (#2252)

fix: add pydantic types only if pydantic is installed

github.com/litestar-org/litestar - 259ab3f7e3a510053636522c9a0e15b21caf4d9b authored over 1 year ago
docs: add davidbrochart as a contributor for doc (#2248)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------
...

github.com/litestar-org/litestar - ed253a64b0fab64ba81b19a2b088ff32accd5ada authored over 1 year ago
fix: set the max width of the console to the standard terminal width of 80. This helps prevent line wrapping in certain cases. (#2244)

github.com/litestar-org/litestar - c9705dcd0cd3eb13623dfb69116590fb3937fca9 authored over 1 year ago
refactor(structure): move the repository module from contrib to top-level (#2238)

* refactor(structure): move the repository module from contrib to top-level

* chore: update s...

github.com/litestar-org/litestar - 2f4219a87d61887d442ebda0aa9e02069727bc17 authored over 1 year ago
chore(dependencies): update msgspec (#2243)

update msgspec

Signed-off-by: Janek Nouvertné <[email protected]>

github.com/litestar-org/litestar - e3730274e918e819b6158afb5e1630ff84813570 authored over 1 year ago
docs: add nielsvanhooy as a contributor for bug, test, and code (#2232)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------
...

github.com/litestar-org/litestar - cb0817d81f255dbe6f6b913744b8ed02bc513b6a authored over 1 year ago
fix(sqlalchemy-repo): #2221 - Filters not available in `exists()` (#2228)

* fixed exists() method for sqlalchemy sync and async.
also changed the functions in the reposi...

github.com/litestar-org/litestar - bb4cb71e9ab2b149d84faa9874464327864099b1 authored over 1 year ago
feat: unpin redis (#2214)

* feat: unpin redis

* fix: make compose file location not hardcoded, so you can run tests fro...

github.com/litestar-org/litestar - cffaab8c4f8b70a54c36e4d4800a38a5bc1724a1 authored over 1 year ago
fix: Exception detail attribute (#2231)

* Update exception tests with custom subclasses of LitestarException and HTTPException

* Lite...

github.com/litestar-org/litestar - 88de686dd44457ed34573e572f3268f61a361f93 authored over 1 year ago
chore: Fix typing errors and outdated lockfile (#2229)

* fix annotations
* update poetry.lock

---------

Signed-off-by: Janek Nouvertné <25355197...

github.com/litestar-org/litestar - ca2a2c8707036e8f41f1fd014beda0af3a2fdb0b authored over 1 year ago
fix: use os.replace instead of shutil.move for renaming file (#2223)

github.com/litestar-org/litestar - 12d8a0629d9e1f99bcbf9172f7c5a7632e339daa authored over 1 year ago
fix(schema): handling of optional path parameters (#2224)

* fix(schema): handling of optional path parameters

* fix(schema): handling of optional path ...

github.com/litestar-org/litestar - 0b034f257f83bdb266e215d27472fb11c56404cc authored over 1 year ago
docs(security): incorrect argument to Litestar (#2220)

* fix(docs): DTO, small typos

* docs(responses): fix cookie example reference

* docs(security)...

github.com/litestar-org/litestar - f227a8ce5538554b9f60b6fb4772e7bc530d1ef7 authored over 1 year ago
docs(responses): fix cookie example reference (#2215)

* fix(docs): DTO, small typos

* docs(responses): fix cookie example reference

github.com/litestar-org/litestar - 510a9b2d07816663981941f092ccaa55ae7815df authored over 1 year ago
chore(infrastructure): update dependencies (#2209)

* chore(infrastructure): update dependencies

* chore: update test workflow

github.com/litestar-org/litestar - 122a64015bc2f2ec97969231f8268aebc34d6dac authored over 1 year ago
feat: add possibility to customize jinja environment (#2195)

* feat: add possibility to customize jinja Environment

* Update docs/usage/templating.rst

...

github.com/litestar-org/litestar - d8fb45bcf38b21ef9dadd6c4255b36eb976a5ccf authored over 1 year ago
docs: add euri10 as a contributor for code, and doc (#2216)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-...

github.com/litestar-org/litestar - 49fb1e26dfa9f49ee3783949ff79bf880fb14a3d authored over 1 year ago
feat(sqlalchemy): use `lambda_stmt` in the repository (#2179)

* feat: use `lambda_stmt` in the repository

* fix: additional tests are now passing

* fix:...

github.com/litestar-org/litestar - 43d052f82243554fdf977d55aa37fcf9290448ee authored over 1 year ago
fix: raise ValidationException when pydantic validation fails (#2204)

* fix: raise ValidationException when pydantic validation fails

github.com/litestar-org/litestar - 8494f33784c7a8b9e0a17bbdd65b2fcdc4d22391 authored over 1 year ago
docs: updates htmx docs (#2202)

github.com/litestar-org/litestar - 65e9d8f1d3b2b5b6d6a8c30beda74ce763668097 authored over 1 year ago
build: ignore all-contributorsrc from pre-commit prettier (#2201)

build: ignore all-contributorsrc from prettier.

github.com/litestar-org/litestar - 7a73286212c0e561bcb9a365e1be74b02f3d532c authored over 1 year ago
docs: add juan-riveros as a contributor for doc (#2199)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------
...

github.com/litestar-org/litestar - 7cf0e8af81afc8a4aa761a3d34adbee996e7fde0 authored over 1 year ago
docs: add `app` to events usage example (#2191)

* Fix events usage example

Add the `app` definition so that the example is provides all the i...

github.com/litestar-org/litestar - aede6b93e4e2c4d90a2bcc68b7ca5096f12e317e authored over 1 year ago
docs: update benchmarks (#2198)

Signed-off-by: Janek Nouvertné <[email protected]>

github.com/litestar-org/litestar - 1362a8b562499d675fed09b669080bb9ef6ba870 authored over 1 year ago
docs(DTO): Replace PartialDataDTO with DTOData (#2194)

* Replace PartialDataDTO with DTOData. Based on example: https://docs.litestar.dev/latest/tutori...

github.com/litestar-org/litestar - 91a7990a00002dcc2851081115e77d78ddbfb14b authored over 1 year ago
fix: remove usages of deprecated ExceptionHandlerMiddleware `debug` parameter (#2192)

Signed-off-by: Janek Nouvertné <[email protected]>

github.com/litestar-org/litestar - 0ae74def19722e0b246bda5118367a7d92792efb authored over 1 year ago
Merge pull request #2142 from litestar-org/v2.1

github.com/litestar-org/litestar - f9bd897a142102a3104e247338af6cf62cd1702d authored over 1 year ago
docs(openapi): Fix stdlib link (#2177)

doc(openapi): fix stdlib link

Signed-off-by: Janek Nouvertné <[email protected]...

github.com/litestar-org/litestar - 798f238eddd37edde149496c2ad85f9f9c0e2859 authored over 1 year ago
feat: Ensures deterministic ordering of handlers (#2152)

Ensure deterministic handler order

github.com/litestar-org/litestar - 250598f0bad97d08ec421fcf8ffa06df856e79d0 authored over 1 year ago
Fix: better error message.

github.com/litestar-org/litestar - 4db766e08cecd70b0c0ee6d2199dc6edad4ebab9 authored over 1 year ago
feat: Support custom status code for openapi exceptions (#1949)

* Support custom status code for openapi exceptions

* add docs for custom exceptions in OpenA...

github.com/litestar-org/litestar - 38526b069afa24ef2fa3296d800fed7f4c272f7e authored over 1 year ago
chore: Release v2.0.0 (#2185)

---------

Signed-off-by: Janek Nouvertné <[email protected]>...

github.com/litestar-org/litestar - d442e7c75059ba4e979e4f9482e6aa484bfde45d authored over 1 year ago
test: pin oracle to 18 & catch additional exceptions (#2188)

* fix: pin oracle to 18 & catch additional exception

* fix: adjustment to handle driver chang...

github.com/litestar-org/litestar - 96fec8b229662c6fd1831f431c4d6ca8e32f452d authored over 1 year ago
docs: add aorith as a contributor for doc (#2187)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------
...

github.com/litestar-org/litestar - 2e8924afcfcbe84ae1ebeb7977a7141d8961dcfa authored over 1 year ago
docs(DTO): small typos (#2186)

fix(docs): DTO, small typos

github.com/litestar-org/litestar - 420b7bfaddf5dac679e3e41876409674ced6fb0a authored over 1 year ago
chore: update pre-commit (#2184)

Signed-off-by: Janek Nouvertné <[email protected]>

github.com/litestar-org/litestar - ee986377453e7c7c64ed90f2e1f7810dc8351ce5 authored over 1 year ago
feat(auth-middleware): don't auth OPTIONS and HEAD requests for SessionAuth middlerware (#2182)

* fix: don't auth OPTIONS and HEAD requests for SessionAuth middlerware

this breaks browser p...

github.com/litestar-org/litestar - 1b0fdd4021c122259aa924b8475870a264136e73 authored over 1 year ago
fix: #2133 - openapi schema generation when creating examples with Pydantic models (#2178)

* fix: pass serializer when encoding Open API schema to JSON

* fix: remove UnsetType from Uni...

github.com/litestar-org/litestar - be75fbbf7fdb58f014793f68df2be973641e0f34 authored over 1 year ago
docs: add Mattwmaster58 as a contributor for bug, code, and test (#2183)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------
...

github.com/litestar-org/litestar - 3e712e7f80df10a61da45093576f3e9f767b7deb authored over 1 year ago
test: Fix failing platform compat tests (#2167)

* test: Skip tests that are failing in windows and macOS CI only

Signed-off-by: Janek Nouvert...

github.com/litestar-org/litestar - d257d099993179f1133a96441bf816e1de435007 authored over 1 year ago
fix(openapi): example factory random seed (#2161)

github.com/litestar-org/litestar - 3c6575711c72d353ee36b16d6f55b74088545fd0 authored over 1 year ago
fix(auth-middleware): add configuration for HTTP methods to skip when authenticating (#2160)

fix(authmiddleware): add configuration for HTTP methods to skip when authenticating

github.com/litestar-org/litestar - b6e098dba43370feac37b10ae26be08d1d585120 authored over 1 year ago
fix: add default receive and send parameter values for HTMXRequest (#2145)

fix: add default receive and send parameter values

github.com/litestar-org/litestar - 48e0f074b2b34e4516c31fdf25e0f8d541817aec authored over 1 year ago
fix(routing): support serving static files from a route used by a route handler (#2154)

* fix(routing): support serving static files from a route used by a route handler

* fix failing...

github.com/litestar-org/litestar - 53af5fb4e3fd14af78e0e3d579620ac257741624 authored over 1 year ago
fix(exception-handling): Fix #2147 - setting app debug does not propagate to exception handling middleware (#2153)

* fix(exception-handling): Fix #2147 - setting app debug dynamically does not propagate to excep...

github.com/litestar-org/litestar - 5dbbedf69b63d6aabb746fece30b36624d655cbc authored over 1 year ago
fix: set model response to NOT prefer alias (#2150)

Fix: set model response to NOT prefer alias

github.com/litestar-org/litestar - edbe1c9389fa7da402c64f889b29d7745961f8aa authored over 1 year ago
docs: rename lingering `pydantic-factories` to `polyfactory`

github.com/litestar-org/litestar - 426cab85889c86d4859c0c4c8f2fcdd5ee076627 authored over 1 year ago
1 char change: erraneous trailing comma in URL (#2143)

github.com/litestar-org/litestar - ebed2d4c2023f352284a469527d8c1c392e6dc45 authored over 1 year ago
fix: DTOData bug with renamed fields (#2144)

github.com/litestar-org/litestar - 031df7f45e69200624779356074f6f9470d2c1b3 authored over 1 year ago
Revert "enhancement(validation): better error message for path param type validation " (#2140)

Revert "enhancement(validation): better error message for path param type validation (#2136)"
...

github.com/litestar-org/litestar - 89bb310aa9fe1246bc65c97eb22d9ca4c6cfbbbc authored over 1 year ago
fix: handle dialects that don't support json (#2139)

github.com/litestar-org/litestar - b831aac70edf77651e405b4a2693c1676acdfeac authored over 1 year ago
enhancement(validation): better error message for path param type validation (#2136)

Fix: better error message.

github.com/litestar-org/litestar - 9f98636d8a2d3c22ce260b37a1543eee9e74bbc8 authored over 1 year ago
Update 2-creating-custom-dto-classes.rst (#2132)

Fix typo

github.com/litestar-org/litestar - 2744bf4b8fb7d8b8886229aa71fa1ee8d9a3ffde authored over 1 year ago
fix: pass media type from route handler to exception (#2131)

github.com/litestar-org/litestar - 88284016e3467d0f07f612ab4ac279e14ab96ca8 authored over 1 year ago
fix: moved application/octet-stream from contentEncoding to contentMediaType (#2130)

github.com/litestar-org/litestar - fbfe60fb0caf88aba22550edde44089924bdc9a6 authored over 1 year ago
fix(dto): Fix #2125 - excluded attributes being accessed during transfer (#2127)

fix(dto): Fix #2125 - excluded attributes being accessed during transfer.

The attributes were a...

github.com/litestar-org/litestar - b38189dbb07625456d3f45496382517b72a78669 authored over 1 year ago
docs: add nilsso as a contributor for bug (#2128)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------
...

github.com/litestar-org/litestar - 248708ddbce01540f015848680544bdea62169eb authored over 1 year ago
chore(release): v2.0.0rc1

github.com/litestar-org/litestar - 2be2309688652b125dcbd921da54182950ae0aa0 authored over 1 year ago
chore(release): v2.0.0rc1

github.com/litestar-org/litestar - 02589e80cdbd02de98921c0a01e49630aeb3b39f authored over 1 year ago
feat: support composite type for SQLAlchemy DTO (#2124)

* feat: support composite type for SQLAlchemy DTO

* fix dataclass import

github.com/litestar-org/litestar - 622aeb85dac79c25508fabb347f277c4bb5e1c8a authored over 1 year ago
ci: Fix platform compat tests (#2123)

* ci(integration): fix docker based tests on macOS

github.com/litestar-org/litestar - 9b2e8b57b3396605079e1cf8e126cb6ed482aac2 authored over 1 year ago
feat(dto)!: remove deprecated modules dto/factory and contrib/msgspec (#2114)

* docs: remove references to removed `partial` module (#2116)

doc: remove references to remov...

github.com/litestar-org/litestar - 0cd62d8802588ceb7bb2d9b16f11992bc854243c authored over 1 year ago
fix: renamed fields in DTOData create instance (#2065)

* Replicate DTO create instance bug

* Fix create_instance with renamed fields

github.com/litestar-org/litestar - d8cb98846603319ffb426058f5cf3cbfee449587 authored over 1 year ago
docs: Restructure key sections for better discoverability (#2122)

* docs: move usage/contrib/jwt > usage/security/jwt

* docs: move usage/contrib/htmx > usage/h...

github.com/litestar-org/litestar - 4903e34aeb4ab4d8590b233ba171f1f61b710e95 authored over 1 year ago