Implement OAuth2 with PKCE and Keycloak in a Flutter Web app #73
Unanswered
alex27riva
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Hi @alex27riva check the runnable example here https://github.com/Bdaya-Dev/oidc/tree/main/packages%2Foidc%2Fexample |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi, I tried the example but I'm getting this error:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, I want to implement login with OAuth2 and PKCE in a Flutter web app, is this library suitable?
For now I'm using
openid_client
, I followed this article but It's not working very well. I need to click the login button twice to get the token.Does this library work well with Flutter web and is it well maintained? Where can I find some web-specific examples?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions