Skip to content

Releases: PropelAuth/node

v2.1.35

Choose a tag to compare

@andrew-propelauth andrew-propelauth released this 21 Apr 18:22
a11669f

What's Changed

Full Changelog: v2.1.34...v2.1.35

v2.1.17

Choose a tag to compare

@itailevi98 itailevi98 released this 10 Jun 20:04
3d647db

What's Changed

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

v2.1.16

Choose a tag to compare

@andrew-propelauth andrew-propelauth released this 04 Jun 06:01
41b659c

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

Choose a tag to compare

@andrew-propelauth andrew-propelauth released this 10 May 19:09
763e11d

What's Changed

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

v2.1.14

Choose a tag to compare

@andrew-propelauth andrew-propelauth released this 23 Apr 16:00

What's Changed

New Contributors

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

v2.1.13

Choose a tag to compare

@andrew-propelauth andrew-propelauth released this 18 Apr 18:43
3ff8a71

What's Changed

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

v2.1.12

Choose a tag to compare

@andrew-propelauth andrew-propelauth released this 13 Apr 06:22
ab99958

What's Changed

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

v2.1.10

Choose a tag to compare

@andrew-propelauth andrew-propelauth released this 13 Mar 05:37
3a4e1ea

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

Choose a tag to compare

@andrew-propelauth andrew-propelauth released this 29 Jan 23:09
43732bd

What's Changed

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

v2.1.7

Choose a tag to compare

@andrew-propelauth andrew-propelauth released this 21 Oct 18:55
8e70e20
Add trailing slash back (#27)