Skip to content

Releases: byuweb/byu-browser-oauth-implicit

Bug fix (accidentally-released dev code)

18 Mar 21:06
Compare
Choose a tag to compare
v1.2.10

Fix accidentally-committed single line of code

Include custom state in exports

16 Mar 18:55
Compare
Choose a tag to compare
v1.2.9

Include custom state in exports

Handle leading slash in hash

15 Sep 17:47
Compare
Choose a tag to compare

Correctly handle if framework automatically adds a slash to the hash, e.g.
https://site/#/access_token=blahblah

Full logout

09 Sep 20:32
Compare
Choose a tag to compare

Default logout now goes through api.byu.edu AND cas.byu.edu

Forgot to include built dist files

10 Aug 23:24
Compare
Choose a tag to compare
v1.2.5

Fix changes from openid api call

Fix bug in openid API call

10 Aug 23:23
Compare
Choose a tag to compare
v1.2.4

Fix changes from openid api call

Add option to specify logout redirect behavior

07 Aug 21:57
Compare
Choose a tag to compare
v1.2.3

Add config options for control of post-logout redirect behavior

Another WSO2 workaround

25 Jun 21:04
Compare
Choose a tag to compare

Discovered a new WSO2 bug that we need to work around

Bumping official release

22 Jun 17:34
Compare
Choose a tag to compare
v1.2.0

WSO2 token process fixed, we think

Bug fixes

01 Nov 22:31
Compare
Choose a tag to compare

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".