[Discussion] Refocusing node-auth0 on the Management API - Your feedback wanted #1354
tusharpandey13
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone 👋
We're planning the next chapter for
node-auth0and want your input before we finalize anything.What's happening
The
auth0package today does two jobs:ManagementClient— managing your Auth0 tenant (users, connections, clients, etc.)AuthenticationClient— authentication flows (login, sign-up, passwordless, token exchange, CIBA, and more)Over the last couple of years, Auth0's JavaScript SDKs have moved toward a layered, framework-friendly architecture built around
@auth0/auth0-auth-jsand@auth0/auth0-server-js. These are designed specifically for authentication and work across classic and modern runtimes.We're exploring focusing
node-auth0on the Management API and pointing authentication use cases at that newer stack. Nothing is changing in your current version, and any transition would come with a long runway, a migration guide, and tooling to make the move as smooth as possible.Before we commit to anything, we want to hear from you. Your feedback directly shapes what we build and how we sequence it.
How you can help
If you use
AuthenticationClient(orUserInfoClient) fromnode-auth0, we'd be grateful for a reply covering any of the following:1. What do you use it for?
Which methods / flows do you rely on? For example:
oauth.*(authorization code, client credentials, refresh, token exchange, PAR…)database.*(sign up, change password)passwordless.*(email / SMS)backchannel.*(CIBA)getUserInfo()2. How is it wired into your app?
3. What would make migration hard for you?
This is the most useful part for us. Don't hold back — tell us what would genuinely hurt. A few things we suspect might bite, but we'd love to hear what actually matters to you:
4. Take the newer SDKs for a spin
We'd love it if you could try
@auth0/auth0-auth-jsor@auth0/auth0-server-json a small slice of your app and tell us how it goes:node-auth0?Even a quick "I tried X and hit Y" is hugely valuable — it tells us exactly where the rough edges are before you'd have to live with them.
What we're committing to
Thanks for reading and feel free to provide any feedback below.
Beta Was this translation helpful? Give feedback.
All reactions