Programatically Login Javascript API Error

:wave: @shoutapp I may be misunderstanding but for your use case auth0-js is not intended to be used server side so if you just need to get tokens for the users we might want to use something like the the nodejs sdk http://auth0.github.io/node-auth0/module-auth.AuthenticationClient.html#passwordGrant
would this be what you are looking to do?

1 Like