Edx-auth-backends

Latest version: v4.3.0

Safety actively analyzes 622043 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

4.3.0

What's Changed
* Python Requirements Update by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/270
* Python Requirements Update by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/272
* Python Requirements Update by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/274
* Python Requirements Update by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/275
* chore: Add tox<4.0.0 to containts.txt by ZiqiXiao in https://github.com/openedx/auth-backends/pull/277
* docs: Update the security e-mail address. by feanil in https://github.com/openedx/auth-backends/pull/278
* Python Requirements Update by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/283
* Python Requirements Update by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/284
* fix: remove tox-battery from requirements and update tox by UsamaSadiq in https://github.com/openedx/auth-backends/pull/287
* Python Requirements Update by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/288
* Python Requirements Update by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/289
* chore: add reserved keywords linter by arbabkhalil in https://github.com/openedx/auth-backends/pull/166
* Python Requirements Update by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/294
* Python Requirements Update by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/295
* Python Requirements Update by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/296
* Python Requirements Update by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/298
* Python Requirements Update by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/299
* Python Requirements Update by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/301
* build: running tests using python 3.11 by awais786 in https://github.com/openedx/auth-backends/pull/297

New Contributors
* ZiqiXiao made their first contribution in https://github.com/openedx/auth-backends/pull/277
* arbabkhalil made their first contribution in https://github.com/openedx/auth-backends/pull/166

**Full Changelog**: https://github.com/openedx/auth-backends/compare/v4.2.0...v4.3.0

4.2.0

What's Changed
* chore: update pip and pip-tools versions to fix incompatibility by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/169
* Add DEPR workflow automation by sarina in https://github.com/openedx/auth-backends/pull/171
* fix: Install pip and pip-tools in upgrade script by Jawayria in https://github.com/openedx/auth-backends/pull/187
* Fix github url strings (org edx -> openedx) by sarina in https://github.com/openedx/auth-backends/pull/203
* Update standard workflow files. by feanil in https://github.com/openedx/auth-backends/pull/227
* docs: Remove repo specific CONTRIBUTING.rst by feanil in https://github.com/openedx/auth-backends/pull/229
* fix: remove codecov from requirements by UsamaSadiq in https://github.com/openedx/auth-backends/pull/238
* docs: Update the contributing guidelines link. by feanil in https://github.com/openedx/auth-backends/pull/241
* build: added dependabot config by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/237
* chore: replace pyjwkest with pyjwt by mumarkhan999 in https://github.com/openedx/auth-backends/pull/233
* build: added reviewers in dependabot config by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/248
* build(deps): bump actions/setup-python from 2 to 4 by dependabot in https://github.com/openedx/auth-backends/pull/244
* build(deps): bump codecov/codecov-action from 1 to 3 by dependabot in https://github.com/openedx/auth-backends/pull/243
* build(deps): bump actions/checkout from 2 to 3 by dependabot in https://github.com/openedx/auth-backends/pull/242
* fix: Added support for Django 42 by zubairshakoorarbisoft in https://github.com/openedx/auth-backends/pull/266

New Contributors
* sarina made their first contribution in https://github.com/openedx/auth-backends/pull/171
* mumarkhan999 made their first contribution in https://github.com/openedx/auth-backends/pull/233
* dependabot made their first contribution in https://github.com/openedx/auth-backends/pull/244
* zubairshakoorarbisoft made their first contribution in https://github.com/openedx/auth-backends/pull/266

**Full Changelog**: https://github.com/openedx/auth-backends/compare/4.1.0...v4.2.0

4.1.0

What's Changed
* fix: remove required reviewer from pr template by robrap in https://github.com/openedx/auth-backends/pull/145
* Python Requirements Update by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/146
* feat: advertise constraints in setup.py by rgraber in https://github.com/openedx/auth-backends/pull/150
* Python Requirements Update by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/151
* build: standardize version number placement by aht007 in https://github.com/openedx/auth-backends/pull/149
* Python Requirements Update by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/154
* Python Requirements Update by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/155
* refactor: Updated 'upgrade requirements' workflow to use reusable workflows by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/153
* fix: use branch name directly by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/156
* Python Requirements Update by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/157
* Python Requirements Update by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/158
* Python Requirements Update by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/159
* Python Requirements Update by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/161
* Python Requirements Update by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/162
* Python Requirements Update by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/163
* Python Requirements Update by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/165
* Python Requirements Update by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/167
* chore: Post Django32 Cleanup by edx-requirements-bot in https://github.com/openedx/auth-backends/pull/164

New Contributors
* rgraber made their first contribution in https://github.com/openedx/auth-backends/pull/150
* aht007 made their first contribution in https://github.com/openedx/auth-backends/pull/149

**Full Changelog**: https://github.com/openedx/auth-backends/compare/4.0.1...4.1.0

4.0.1

Replace use of `django.conf.urls` to `django.urls` for `url` and `include` methods

4.0.0

**BREAKING CHANGES**:
* ``jwt.decode``: Inside ``EdXOAuth2::user_data`` Require explicit algorithms by default.
* BREAKING CHANGE: Upgraded dependency pyjwt[crypto] to 2.1.0, which introduces its own breaking changes that may affect consumers of this library. Pay careful attention to the 2.0.0 breaking changes documented in
https://pyjwt.readthedocs.io/en/stable/changelog.html#v2-0-0.

3.4.0

Added support for the following Django versions
- 3.1
- 3.2

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.