I am new to the Django
authentication system. I've noticed most companies and developers prefer Oauth2
over JWT
based authentication.
I just read the Oauth2
documentation, but I don't understand what special features Oauth2
has, and why it is considered so cool.
Can anyone explain this please?