Python Login Auth0 without app secret key

Hi, is there a way to put login form using python but without app.secret.key, because I got another kind of token different that what I get using react.
In react just need 3 evs. no client secret, but in python ask me for client secret and an app secret key also to validate de token.

Regards

Leandro

Hi there @ldibello!

Unfortunately, this is just a requirement of the the Flask framework and is used for session management due to the fact that auth0-python does not provide any such functionality. You may be interested in our example using Django - While it does still require a client secret it does not require an app secret the way Flask does.

Hope this helps!

1 Like

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