Skip to content

4.4.0

Choose a tag to compare

@dshanske dshanske released this 02 Dec 19:49
· 85 commits to trunk since this release
7bf0ee1

What's Changed

  • Remove remote endpoint functionality already disabled
  • Rearrange so each endpoint is more independent and registers its own parameters
  • Add way to register new grant types.
  • Rewrite Web Signin to support latest version of flow.
  • Add PKCE support to websignin flow
  • Fix issue with PKCE support where it would not actually verify PKCE for token flow because PKCE is optional
  • Invert PKCE message to highlight when PKCE is not being used over it being used.
  • Do not do client discovery on a non-retrievable URL
  • Validate identifiers to IndieAuth Spec
  • Remove URL plus password login as part of effort to simplify code.
  • Fix error message surfacing in websignin form
  • Fix CSS on websignin and authorization forms to not misrender the language bar.
  • Fix deprecation notice by @janboddez in #254
  • Update Web Sign In and PKCE by @dshanske in #257
  • Remove Remote Endpoint Code and Refactor Code by @dshanske in #255
  • Add Validation Functions and Fix CSS by @dshanske in #258