IdentityModel / oidc-client-js

OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications
Apache License 2.0
2.43k stars 840 forks source link

Please enhance typings of `signinRedirect`? #1194

Closed ziriax closed 3 years ago

ziriax commented 4 years ago

According to issue #30, one must wrap all state passed to signinRedirect in a data object.

However, the typings allow any value to be passed.

Would it make sense to update the Typescript bindings?

brockallen commented 3 years ago

Feel free to submit a PR.