Skip to content

Commit 3da8f86

Browse files
authored
feat(jwt): remove deprecate litestar.contrib.jwt (#4333)
1 parent 021bd9a commit 3da8f86

File tree

7 files changed

+9
-52
lines changed

7 files changed

+9
-52
lines changed

docs/reference/contrib/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ contrib
66

77
htmx
88
jinja
9-
jwt
109
mako
1110
opentelemetry
1211
piccolo

docs/reference/contrib/jwt.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/release-notes/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,12 @@
134134

135135
Remove the deprecated ``litestar.contrib.attrs`` module. Code still using imports
136136
from this module should switch to using ``litestar.plugins.attrs``.
137+
138+
.. change:: Remove deprecated ``litestar.contrib.jwt`` module
139+
:type: feature
140+
:breaking:
141+
:pr: 4333
142+
:issue: 4304
143+
144+
Remove the deprecated ``litestar.contrib.jwt`` module. Code still using imports
145+
from this module should switch to using ``litestar.security.jwt``.

litestar/contrib/jwt/__init__.py

Lines changed: 0 additions & 32 deletions
This file was deleted.

litestar/contrib/jwt/jwt_auth.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

litestar/contrib/jwt/jwt_token.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

litestar/contrib/jwt/middleware.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)