django-allauth icon indicating copy to clipboard operation
django-allauth copied to clipboard

feat(provider): add provider DAuth

Open Muhesh7 opened this issue 2 years ago • 1 comments

Submitting Pull Requests

General

  • [x] Make sure you use semantic commit messages. Examples: "fix(google): Fixed foobar bug", "feat(accounts): Added foobar feature".
  • [x] All Python code must formatted using Black, and clean from pep8 and isort issues.
  • [x] JavaScript code should adhere to StandardJS.
  • [x] If your changes are significant, please update ChangeLog.rst.
  • [x] If your change is substantial, feel free to add yourself to AUTHORS.

Provider Specifics

In case you add a new provider:

  • [x] Make sure unit tests are available.
  • [x] Add an entry of your provider in test_settings.py::INSTALLED_APPS and docs/installation.rst::INSTALLED_APPS.
  • [x] Add documentation to docs/providers.rst.
  • [x] Add an entry to the list of supported providers over at docs/overview.rst.

Muhesh7 avatar Dec 24 '21 22:12 Muhesh7

The CI pipelines are failing. Can you have a look?

pennersr avatar Feb 09 '22 19:02 pennersr