Home:ALL Converter>Is there a built-in login/logout endpoint in django REST?

Is there a built-in login/logout endpoint in django REST?

Ask Time:2021-07-13T01:55:16         Author:KHAN

Json Formatter

I want to make a login functionality on my app. For this I want a login endpoint.

Does django REST have a built-in endpoint or view to login? (I will only be using it for BasicAuthentication).

I found many ways online but they were for TokenAuth but I just want BasicAuth

Author:KHAN,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/68351941/is-there-a-built-in-login-logout-endpoint-in-django-rest
yy