Authenticate users via code

Hi,
In our company we let our users interact with our technology via web apps, using Auth0 was a great fast secure solution.
Now we have a new API we are developing and we want to let our users interact with it via code in restful way instead of web apps.

How can we implement authentication in this API? Because in the docs we must use Auth0’s login widget (getting 302 redirect is not a good solution for thid need)

Thanks a lot,
Nir.

Hi @nir2 , welcome to Auth0!

Does your use case foresee a machine to machine communication (two internal backend services that can interact securely with the use of the client credentials grant)?
With this method an access token is granted outside of the context of a user.

Hi, Solved the issue with password grand_type. didn’t knew before it was exist :slight_smile:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.