Skip to content

Releases: indieweb/wordpress-indieauth

Version 4.2.0

11 Dec 23:42
d0a2106

Choose a tag to compare

What's Changed

Full Changelog: 4.1.1...4.2.0

Version 4.1.0

20 Sep 04:40
58b6ebf

Choose a tag to compare

  • Add experimental ticket auth endpoint
  • Bug fix on endpoint discovery discovered during ticket auth development
  • Introduce Token Introspection Endpoint as per proposal to integrate RFC7662. For now, will exist concurrently with the older token verification response until it is deprecated.
  • Ensure profile responses are returned when appropriate.
  • Misc Bug Fixes discovered in unit testing
  • Updating of settings configuration
  • Improved default for user who gets to identify as root of site.
  • Introduce Refresh Token Functionality
  • Create was not pre-checked in new selections when offered as an option.

Version 4.0.0

24 Jun 00:19
293af72

Choose a tag to compare

Adds expiring tokens

Version 3.6.0

02 Feb 04:37
16351d3

Choose a tag to compare

Major release to update to latest revision of the spec.

Release 3.5.1

25 Aug 03:07
cab7676

Choose a tag to compare

Merge pull request #180 from dshanske/3.5.1

3.5.1

Release 3.5.0

25 Aug 03:07
632f81c

Choose a tag to compare

Merge pull request #179 from dshanske/deploy

Do not know how that happened

3.4.2

08 Aug 05:07
997d7ef

Choose a tag to compare

  • Repair issue with other flow caused by function name issue

3.4.1

03 Aug 12:14
af8672f

Choose a tag to compare

Adds setting in plugin to set the user using the site URL as their identity. Otherwise, users use their /author/username URLs. This removed the dependency on the Indieweb plugin to supply that info.

3.4.0

27 Jul 11:05
29419ca

Choose a tag to compare

  • Enforce unique URLs for user accounts
  • Add user url to user table
  • Redo association for URL to user account. At this time, only the root path and the author archive URLs are allowed as a return. Hoping to add more options in future
  • Add Site Health Check
  • Improve text and links for authorization failure

Version 3.3.2

18 May 10:37
5f75b37

Choose a tag to compare

  • Add new diagnostic script that will nag you until you run it at least once
  • Add cache control headers on return from endpoint
  • Verifying the token at the token endpoint did not use REDIRECT_HTTP_AUTHORIZATION now added
  • Add header check to settings page
  • Add option to generate tokens on the backend with any scope
  • Add option to bulk expire tokens
  • Add cleanup option