Skip to content

Releases: PropelAuth/node

v2.1.17

10 Jun 20:04
3d647db
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.16...v2.1.17

v2.1.16

04 Jun 06:01
41b659c
Compare
Choose a tag to compare

What's Changed

  • Update rollup config to target workerd and browsers by @Amar-Gill in #41

New Contributors

Full Changelog: v2.1.15...v2.1.16

v2.1.15

10 May 19:09
763e11d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.14...v2.1.15

v2.1.14

23 Apr 16:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.13...v2.1.14

v2.1.13

18 Apr 18:43
3ff8a71
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.12...v2.1.13

v2.1.12

13 Apr 06:22
ab99958
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.10...v2.1.12

v2.1.10

13 Mar 05:37
3a4e1ea
Compare
Choose a tag to compare

What's Changed

  • There’s now a UserClass class in addition to the regular User type, which provides helpful methods. You can convert from one to the other like:
const user = validateAccessTokenAndGetUser(...)
const userClass = UserClass.fromUser(user)

and then the userClass useful functions on it:

userClass.getOrg(orgId)
userClass.isRole(orgId, "Admin")

Full Changelog: v2.1.9...v2.1.10

v2.1.9

29 Jan 23:09
43732bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.7...v2.1.9

v2.1.7

21 Oct 18:55
8e70e20
Compare
Choose a tag to compare
Add trailing slash back (#27)

v2.1.6

06 Oct 16:14
8d5ad0c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.5...v2.1.6