Skip to content

Releases: PropelAuth/javascript

v2.0.11

02 Jan 16:37
ea72f1d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.10...v2.0.11

v2.0.10

26 Nov 17:27
03705a3
Compare
Choose a tag to compare
Add way for users to listen for accessToken changes (#21)

* Add way for users to listen for accessToken changes

Right now you can only listen for changes to the logged in state.
This adds a second observer option where you can listen for any
changes made to the access token.

* Renamed class version of org type for consistency

* Explicitly specify user fields

v2.0.8

25 Nov 01:37
39a2ca1
Compare
Choose a tag to compare
Re-add original User alongside UserClass (#20)

v2.0.7

22 Nov 22:45
9809f65
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.6...v2.0.7

v2.0.6

02 Aug 21:05
Compare
Choose a tag to compare
Bump version

v2.0.5

04 May 17:49
4363d55
Compare
Choose a tag to compare
Add impersonated user ID to the authentication info (#13)

v2.0.4

27 Feb 00:32
9729bab
Compare
Choose a tag to compare
Avoid using this (#11)

v2.0.3

26 Feb 03:27
009ff4d
Compare
Choose a tag to compare
Switch out XMLHttpRequest for fetch (#10)

* Switch out XMLHttpRequest for fetch

Also remove/update two tests that were flakey

* Update version

v2.0.2

24 Feb 21:03
c794b70
Compare
Choose a tag to compare
Expose methods to get just the hosted URLs (#9)

This makes it easier to set up links.
Also added a method for redirecting to the SAML configuration page

v2.0.1

16 Feb 17:03
f14d458
Compare
Choose a tag to compare
Fall back to not using localStorage if it's unavailable (#8)

* Fall back to not using localStorage if it's unavailable

* Bump version