I created applications/clients using the npm auth0
package.
I implemented the login system on my application using the programatically created “native” client (using the PKCE flow).
When trying to get the token from /oauth/token
, I get a 401 (with no body response).
When I go on manage.auth0.com
, go onto my programatically created client inside “Applications” and just click “save” (not modifying anything), it then starts working.
Is there anything that I need to do to make it work right from the start and not to have to go on the dashboard and click “save”?
Thank you very much for your help!