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
})