simple_oauth 5.2.3

Drupal 10 compatibility 🚀
Drops explicit support for Drupal 8 👋
Updated GitLab CI configuration and module now passes linting 🔎

Simple OAuth 6.0 is coming soon! Check it out and provide feedback. There is no EOL date yet for 5.2.x, so no rush to upgrade.

simple_oauth 5.2.1

Bug fixes

Changelog

Issues: 9 issues resolved.

Changes since 5.2.0:

Bug

simple_oauth 5.2.0

Bug fixes

This is the first release of the 5.2.x branch and adds PHP 8 support. There are potentially backwards-incompatible changes to error codes and JWT claim names that may affect a minority of sites; see this change record for more information.

simple_oauth 5.1.1

Bug fixes

This is a fix to the mistakenly-tagged 5.1.0 release, which targeted the wrong branch. This is only released to prevent broken sites. See 5.2.0.

simple_oauth 5.0.6

Security update

This is a security release for the 5.0.x branch. This is the last planned release for the 5.0.x minor version of Simple OAuth.

This release corresponds with the announcement of EOL dates for the 8.x-4.x and 5.0.x branches, and the tagging of 5.1.0. The upgrade path from prior versions is well tested and supported, and all site owners are encouraged to update to 5.1.x as soon as possible. See the project page for details on EOL dates.

simple_oauth 8.x-4.6

Security update

This is a security release for the 8.x-4.x branch. This is the last planned release for the 8.x-4.x major version of Simple OAuth.

This release corresponds with the announcement of EOL dates for the 8.x-4.x and 5.0.x branches, and the tagging of 5.1.0. The upgrade path from prior versions is well tested and supported, and all site owners are encouraged to update to 5.1.x as soon as possible. See the project page for details on EOL dates.

simple_oauth 5.1.0

Bug fixes

THIS RELEASE WAS TAGGED TO THE WRONG COMMIT. DO NOT USE. SEE 5.2.0.

5.1.1 was correctly tagged but I do not want to confuse this any further on this minor.

simple_oauth 5.1.0-beta1

Bug fixes

This is a beta release for 5.1.0, which contains important bug fixes, spec compliance and compatibility for PHP 8.

Detailed change records are in progress, but in short, this release does contain adjustments to how Simple OAuth operates, but only in so far as it moves closer to spec compliance with RFC 6749, et. al. If your clients depend on responses where Simple OAuth provided data out of line with the spec, please review this beta closely.

simple_oauth 5.0.5

Bug fixes
New features
Insecure
  • Issue #3021054 by bradjones1, eojthebrave, e0ipso, kmonty, KelvinWong, jedgar1mx, Taran2L, CeraRose, briangonzalezmia, jmarcou, tarasich, areebmoin
  • Issue #3163965 by Berdir, segi, ayalon

simple_oauth 5.0.3

Bug fixes
Insecure

This is a limited-scope release to address BC-breaking behaviour in upstream libraries, specifically as they relate to RFC compliance. See #3185673: Dependency drift in jwt library breaks 5.x, which includes background and links to related issues.

simple_oauth 8.x-4.5

Bug fixes
Insecure
OAuth2 logo Release notes are not something I enjoy writing. You can sponsor more detailed release notes. Open Source maintainers are very busy with additional professional and family obligations. Sponsoring will ensure that enterprise grade standards can be met.

simple_oauth 8.x-4.4

Bug fixes
New features
Insecure
OAuth2 logo Release notes are not something I enjoy writing. You can sponsor more detailed release notes. Open Source maintainers are very busy with additional professional and family obligations. Sponsoring will ensure that enterprise grade standards can be met.

simple_oauth 8.x-4.3

Bug fixes
Insecure
OAuth2 logo Release notes are not something I enjoy writing. You can sponsor more detailed release notes. Open Source maintainers are very busy with additional professional and family obligations. Sponsoring will ensure that enterprise grade standards can be met.

simple_oauth 8.x-4.2

Bug fixes
New features
Insecure

PKCE support and better error handling

simple_oauth 8.x-4.1

Bug fixes
New features
Insecure

Auth codes are now configurable as well. Cache tag bloat is further reduced.

simple_oauth 8.x-4.0

Bug fixes
New features
Insecure

First stable release of 4.x.

This is the same as 8.x-3.10 with Simple OAuth Extras merged down into the main project.

Upgrade notes: There is no need to disable simple_oauth_extras module prior to upgrading to 4.x; the database upgrades process will migrate configuration for you.

simple_oauth 8.x-4.x-dev

New major release. Simple OAuth Extras is now merged into Simple OAuth.

simple_oauth 8.x-3.16

New features

Batch token deletion on cron and drush command to generate keys

Contributors (7)

e0ipso, fago, maximilianmikus, Wim Leers, piyuesh23, sdelbosc, joshi.rohit100

Changelog

Issues: 7 issues resolved.

Changes since 8.x-3.15:

simple_oauth 8.x-3.15

Bug fixes

Remove filesystem dependency

Contributors (4)

e0ipso, phenaproxima, Wim Leers, Berdir

Changelog

Issues: 1 issues resolved.

Changes since 8.x-3.14:

simple_oauth 8.x-3.14

New features

Issue #2977127 by bradjones1, e0ipso, alan_blake, gdev2018: Update league/oauth2-server to 7.1.x

43377ca by bradjones1 (G)

simple_oauth 8.x-1.0-beta7

Bug fixes

Issue #2984850 by douggreen: Fix schema on 1.x

3d8e393 by douggreen (N)

:100644 100644 dc4d0d6... c15166c... M config/schema/access_token_resource.schema.yml
:000000 100644 0000000... 1e4b770... A config/schema/simple_oauth.settings.schema.yml

simple_oauth 8.x-1.0-beta6

Bug fixes

Fixed 1.x branch to be compatible with 8.5

1e7de73 by Pedro Cambra (N)

:100644 100644 d85d8ff... 09dcd3c... M src/Authentication/TokenAuthUser.php

Issue #2871236 by kmoll: 1.x branch incompatible with Drupal 8.3

7e03b7f by kmoll (N)

:100644 100644 c9624ca... d85d8ff... M src/Authentication/TokenAuthUser.php

fix(Password) Multiple fixes for password grant (#2841087 by e0ipso, fdyckhoff)

0cc1e1d by Mateu Aguiló Bosch (G)

simple_oauth 8.x-3.8

Bug fixes

Issue #2962958 by BR0kEN: Fatal error when authenticating with a token, obtained by the "password" grant type

c3ad273 by BR0kEN (N)

:100644 100644 4141f28... 0a4d949... M src/Authentication/TokenAuthUser.php
:100644 100644 a58b60b... 9459125... M tests/src/Functional/PasswordFunctionalTest.php
:100644 100644 2c17e71... fff45f3... M tests/src/Functional/TokenBearerFunctionalTestBase.php

simple_oauth 8.x-3.7

New features

Issue #2948267 by Berdir, pivica, e0ipso: Allow users to remember connected clients

665d046 by berdir (N)

Pages

Subscribe with RSS Subscribe to Releases for Simple OAuth (OAuth2) & OpenID Connect