M
M
Mikhail Bolev2021-03-29 15:25:22
Django
Mikhail Bolev, 2021-03-29 15:25:22

How to make authorization through mail.ru on django?

There is such an example:
6061c717911c7759194231.jpeg
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

1 answer(s)
J
Jock Tanner, 2021-03-29
@Tanner

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 question

Ask a Question

731 491 924 answers to any question