schon/vibes_auth
Egor fureunoir Gorbunov 8f46c19b53 Features: 1) Add schema documentation using extend_schema_view decorators for TokenObtainPairView, TokenRefreshView, and TokenVerifyView.
Fixes: 1) Remove unused imports for serializers and inline_serializer from drf_spectacular.utils.

Extra: Refactor and simplify code by replacing inline schema definitions with centralized schema references (TOKEN_OBTAIN_SCHEMA, TOKEN_REFRESH_SCHEMA, TOKEN_VERIFY_SCHEMA) and removing redundant response examples.
2025-05-13 23:13:09 +03:00
..
docs Features: 1) Update default message for token validation in TokenVerifyResponse serializer; 2025-05-13 23:05:53 +03:00
graphene Initial Commit 2025-04-29 22:40:30 +03:00
locale Features: 1) Add save method to enforce single pending order per user in Order model; 2025-05-13 23:02:16 +03:00
migrations Update API version to 2.6.0 and reformat migration files 2025-05-06 19:19:49 +03:00
static Initial Commit 2025-04-29 22:40:30 +03:00
templates Initial Commit 2025-04-29 22:40:30 +03:00
utils Refactor email sending to use reusable connections 2025-05-06 17:44:55 +03:00
__init__.py Initial Commit 2025-04-29 22:40:30 +03:00
admin.py Initial Commit 2025-04-29 22:40:30 +03:00
apps.py Initial Commit 2025-04-29 22:40:30 +03:00
filters.py Initial Commit 2025-04-29 22:40:30 +03:00
forms.py Initial Commit 2025-04-29 22:40:30 +03:00
managers.py Initial Commit 2025-04-29 22:40:30 +03:00
models.py Initial Commit 2025-04-29 22:40:30 +03:00
serializers.py Initial Commit 2025-04-29 22:40:30 +03:00
signals.py Initial Commit 2025-04-29 22:40:30 +03:00
tasks.py Initial Commit 2025-04-29 22:40:30 +03:00
tests.py Initial Commit 2025-04-29 22:40:30 +03:00
urls.py Initial Commit 2025-04-29 22:40:30 +03:00
validators.py Initial Commit 2025-04-29 22:40:30 +03:00
views.py Features: 1) Add schema documentation using extend_schema_view decorators for TokenObtainPairView, TokenRefreshView, and TokenVerifyView. 2025-05-13 23:13:09 +03:00
viewsets.py Features: 1) Add save method to enforce single pending order per user in Order model; 2025-05-13 23:02:16 +03:00