django-all-access
django-all-access copied to clipboard
django-all-access is a reusable application for user registration and authentication from OAuth 1.0 and OAuth 2.0 providers such as Twitter and Facebook.
This is making depending projects to fail. https://github.com/advisories/GHSA-6528-wvf6-f6qg
Bumps [django](https://github.com/django/django) from 1.10.3 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...
**django-all-access** unfortunately only supports Django 1. Many projects have difficulty upgrading to newer Django versions due to this dependency. This pull request makes this project work on Django 3.0, but...
hello every one i m new in django restframe work and i m troubling now with my project i have deadline to complete my project too so please any one...
If the secret key changes then the encrypted data will be lost. There should be a way to rotate the key with minimal work or problems which might cause downtime.
It's a fairly common question about django-social-auth and it wouldn't be difficult to do here. Having a ready made example could help a lot of people.
A `WebApplicationClient` has been added to oauthlib v0.3.0. Example usage can be found in this gist https://gist.github.com/3078882 The OAuth 2.0 client should be updated to use these much like the...
Unittest coverage is pretty awesome right now but it would probably be a good idea to have some functional tests to run along side them. http://term.ie/oauth/example/ is an available test/echo...