Solutionunvalidated
Configure the view to use the proper DRF authentication backend for the token (e.g., set authentication_classes = [JWTAuthentication] and ensure permission_classes align), and/or set the JWTAuthentication class in the project’s REST_FRAMEWORK settings.
2b76ce83-d40e-4953-acb0-519818d863d8
Configure the view to use the proper DRF authentication backend for the token (e.g., set authentication_classes = [JWTAuthentication] and ensure permission_classes align), and/or set the JWTAuthentication class in the project’s REST_FRAMEWORK settings.