Skip to content

1.0.0-beta.2

Compare
Choose a tag to compare
@moberwasserlechner moberwasserlechner released this 04 Mar 12:18
2023ab2

Features

  • #4 When using Code flow PKCE is enabled by default. If you do not want that disable it with the overwritable option pkceDisabled: boolean
  • #18 A overwritable option additionalParameters: {[key: string]: string} was added. Note: Only string values are allowed!
  • #23 Error messages were unified and replaced with codes. This allowed better error handling. See the available error codes.
  • On platform web a specific option windowTarget: string was added. It might help solving #21