Skip to content

v1.4.0

Compare
Choose a tag to compare
@ayZagen ayZagen released this 08 Sep 18:02
· 15 commits to main since this release

1.4.0 (2023-09-08)

Features

  • options for providing custom state and nonce length (24970cc)

Introduces stateLength and nonceLength parameters to provide custom lengths for state and nonce which are defaults to 10
Example:

new OIDCClient({
    stateLength: 16,
    nonceLength: 16
})