凄いつまらない事で時間を無駄にした… (´・ω・`)
正 (settings.py)
REST_FRAMEWORK = {
'DEFAULT_AUTHENTICATION_CLASSES': (
'rest_framework_simplejwt.authentication.JWTAuthentication',
),
}
誤 (settings.py)
REST_FRAMEWORK = {
'DEFAULT_AUTHENTICATION_CLASSES': 'rest_framework_simplejwt.authentication.JWTAuthentication',
}
私が悪い。
でも http://hogehoge~/auth/jwt/~ が動くのもどうなの。
偶々 http://hogehoge~/auth/users/~ にアクセスしてエラーが出て凄い時間を費やされた。
私が悪いんだけどさぁ…