Signing in user from API

Hello,

In project I’m using auth0-jspackage and performing user sign in via own form and calling .client.login({ ... }). Now I wanted to move this action to my backend in such way that user will send sign in credentials to my server, server will call auth0 and return token back to SPA.
I’m having problems finding docs for such action in auth0 node version. Can anyone point me into right direction?

Hi @m.pokora

Here is the quick start for Node SDK [Auth0 Express SDK Quickstarts: Login]

You can also explore the documentation [here] (Auth0 Node (Express) API SDK Quickstarts: Authorization)