Replies: 1 comment 2 replies
-
I'm having the same problem, I need to use Auth0 with keycloack, it works but I can't get user.id and other information from the logged-in user. To run page.on_login=on_login tried like this page.on_login=on_login(), after the change error will occur due to (e), if you remove the (e) the function below does not work:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having trouble with Authentication in Flet. I have tried 3 out of 4 the built in providers (Auth0, Github and Google). I have tried all example on https://flet.dev/docs/guides/python/authentication/.
Everything seems to work fine but the page.on_login function is never called after I log in succesfully!
Has anyone else encountered this problem and found a solution?
Beta Was this translation helpful? Give feedback.
All reactions