How node/nest backend using Auth0 login API get token

hi,
I am new to Auth0, I found most user case for auth0 is FE get page from Auth0, after login, FE get token and can use this token call BE apis. Is there anyway BE can login user and get token from Auth0 ?

Can anyone help to tell how i can use login API (with username, password sent from FE) in BE(node/nest) to get token from auth0 ?

Thanks
hong

Hi @hong,

Welcome to the Community!

Have you looked at our quickstarts?

Here is one for a node app:

I am going to mark this resolved. Please open a new topic if you have questions.