IdentityModel / oidc-client-js

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

Document signinCallback and signoutCallback #1253

Open Powersource opened 3 years ago

Powersource commented 3 years ago

They're not in the wiki https://github.com/IdentityModel/oidc-client-js/wiki but they're in the code https://github.com/IdentityModel/oidc-client-js/blob/e3b23e296c0d7b7464304bbbfe4b1b32b9cc229b/src/UserManager.js#L290 and used by e.g. oidc-react https://github.com/bjerkio/oidc-react/blob/71d86cfb195af942feb3d1add7f5ea71e31abe4e/src/AuthContext.tsx#L88

coolhome commented 3 years ago

There is actually a lot of things not in that wiki. It would be great if the wiki was open for contributions.