Reputation: 101
I'm new and I'm building an app and I want to use KeyCloak to auth users. The problem is I've no idea how to do it, and I found a package in the pub.dev package manager but currently it is unable to use in apps.
Upvotes: 9
Views: 15171
Reputation: 3344
Keycloak supports OpenID Connect, there are multiple packages that helps you implement a OpenID Connect client in flutter. For example:
Upvotes: 8