Since #814 the TokenRefreshSerializer (correctly) validates the authentication of the user before continuing. However, initial validation might differ from the refresh validation. I dont think there is an option to change this. Would a solution be to add a REFRESH_USER_AUTHENTICATION_RULE setting which by default is USER_AUTHENTICATION_RULE?
Since #814 the TokenRefreshSerializer (correctly) validates the authentication of the user before continuing. However, initial validation might differ from the refresh validation. I dont think there is an option to change this. Would a solution be to add a
REFRESH_USER_AUTHENTICATION_RULEsetting which by default isUSER_AUTHENTICATION_RULE?