Skip to content

4.0.0

Compare
Choose a tag to compare
@evert evert released this 04 Sep 22:37
c3d398a
  • #129: Using the package in non-typescript node.js now wortks with a simple
    const Ketting = require('ketting').
  • #129: Fixed the browser distribution. the Ketting constructor is
    registered globally again.

Included from alpha release:

  • The old format for OAuth2 setup is now no longer supported.
  • It's now possible to specify per-domain authentication using wildcards.
    This allows you to set up specific authentication credentials for specific
    domains. This might be useful in case you talk to multiple API's with a
    single client.