I’m following along with the Django Tutorial, and it seems to work for the most part. But seems to be failing at the very last step of the login process, where I’m getting a 404 error from the https://[site].auth0.com/oauth/token endpoint.
404 Client Error: Not Found for url: https://[site].auth0.com/oauth/token
Python 3.6.1, Django 2.1.3
Is this a problem with my code, Auth0 configuration, or understanding on how this is supposed to work?