Releases: byuweb/byu-browser-oauth-implicit
Releases · byuweb/byu-browser-oauth-implicit
Bug fix (accidentally-released dev code)
Include custom state in exports
v1.2.9 Include custom state in exports
Handle leading slash in hash
Correctly handle if framework automatically adds a slash to the hash, e.g.
https://site/#/access_token=blahblah
Full logout
Default logout now goes through api.byu.edu AND cas.byu.edu
Forgot to include built dist files
v1.2.5 Fix changes from openid api call
Fix bug in openid API call
v1.2.4 Fix changes from openid api call
Add option to specify logout redirect behavior
v1.2.3 Add config options for control of post-logout redirect behavior
Another WSO2 workaround
Discovered a new WSO2 bug that we need to work around
Bumping official release
v1.2.0 WSO2 token process fixed, we think
Bug fixes
Main change is making the "am I in a popup?" / "am I in an iframe?" detection more robust. The code used to break with "cross-origin" errors if the site itself was opened via a popup ( target="_blank"
) link or inside an iframe.
Also made default log level "ERROR" only, instead of "ERROR or INFO".