Releases: PropelAuth/node
Releases · PropelAuth/node
v2.1.17
What's Changed
- [TIC-878] Resend email confirmation by @itailevi98 in #43
- export methods and types for role mappings operations by @mrmauer in #42
- Bump Version to v2.1.17 by @itailevi98 in #44
Full Changelog: v2.1.16...v2.1.17
v2.1.16
What's Changed
- Update rollup config to target workerd and browsers by @Amar-Gill in #41
New Contributors
- @Amar-Gill made their first contribution in #41
Full Changelog: v2.1.15...v2.1.16
v2.1.15
What's Changed
- Switch to node-apis, hook up UserClass, fix tests by @andrew-propelauth in #37
Full Changelog: v2.1.14...v2.1.15
v2.1.14
v2.1.13
What's Changed
- Add extra return types to fetchOrg by @andrew-propelauth in #39
Full Changelog: v2.1.12...v2.1.13
v2.1.12
What's Changed
- Add active org support by @andrew-propelauth in #35
- Add org name to org query fetch by @andrew-propelauth in #38
Full Changelog: v2.1.10...v2.1.12
v2.1.10
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")
- Add login_method with default of unknown by @andrew-propelauth in #32
Full Changelog: v2.1.9...v2.1.10
v2.1.9
What's Changed
- Only include user_id in createUser response by @andrew-propelauth in #28
- Add fetch for query signup parameters by @andrew-propelauth in #29
Full Changelog: v2.1.7...v2.1.9
v2.1.7
Add trailing slash back (#27)
v2.1.6
What's Changed
- [HOTFIX] Typo fix "memebers" to "members" by @itailevi98 in #26
Full Changelog: v2.1.5...v2.1.6