Answer the question
In order to leave comments, you need to log in
How to make authorization through mail.ru on django?
There is such an example:
As I understand it, this applies to sites on php. How can this be applied to django? Where to put information from the site mail.ru?
Answer the question
In order to leave comments, you need to log in
I assume that your example uses the oAuth2 protocol. (It would be nice to provide a link where specifically "there is such an example.")
Django does not support social logins (oAuth, OpenID, etc.) out of the box. Look at which package is used for this on your site, read its documentation, specify the question if necessary.
If none is in use yet, then I suggest python-social-auth .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question