@@ -14,11 +14,11 @@ OAuth signin with django rest framework.
1414Requirements
1515-----------
1616
17- - python (3.7, 3.8, 3. 9, 3.10, 3.11, 3.12)
18- - django (3.2, 4.1, 4. 2, 5.0, 5.1)
17+ - python (3.9, 3.10, 3.11, 3.12)
18+ - django (4. 2, 5.0, 5.1, 5.2 )
1919- djangorestframework (>=3.9, <4.0)
20- - social-auth-core (>=4.3 , <5.0)
21- - social-auth-app-django (>=5.0 , <6.0)
20+ - social-auth-core (>=4.6.1 , <5.0)
21+ - social-auth-app-django (>=5.4.3 , <6.0)
2222- [ optional] djangorestframework-simplejwt (>=5.0.0)
2323- [ optional] django-rest-knox (>=4.0.0, <5.0.0)
2424
@@ -497,7 +497,7 @@ There is an [example project](https://github.com/st4lk/django-rest-social-auth/t
497497
498498- open [https://127.0.0.1:8000/](https://127.0.0.1:8000/) in your browser
499499
500- Note: ` runsslserver ` is used instead of built-in ` runserver` to serve the project with TLS (aka SSL) certificate.
500+ Note: ` runserver_plus ` is used instead of built-in ` runserver` to serve the project with TLS (aka SSL) certificate.
501501 HTTPS is required by some social providers (facebook), without it they won' t work.
502502 The certificate will not be trusted by your system - that is expected.
503503 Just tell your browser to proceed with this untrusted certificate - it is acceptable for development purposes.
0 commit comments