Hi everyone, We are currently integrating Ory with...
# general
w
Hi everyone, We are currently integrating Ory with our Flutter application but have encountered challenges due to the lack of comprehensive documentation for Flutter. While we found the Ory Client package, it is still in an experimental phase, and there are limited examples available. Our primary goal is to implement authentication and authorization seamlessly within our Flutter app. Could anyone share best practices, example implementations, or any relevant resources for using Ory (Kratos/Keto) with Flutter? Specifically, guidance on handling login, session management, and API communication with Ory services would be highly appreciated. If anyone has successfully integrated Ory in a Flutter project, we'd love to hear your insights! Looking forward to any advice or resources. Thanks in advance!
m
Hey @worried-lion-87057 ory-client is the official SDK for Ory Network, but you can in most cases also use it when self-hosting. For self-hosting I would recommend https://pub.dev/packages/ory_kratos_client As for examples, there is one for Flutter Web in the docs: https://www.ory.sh/docs/getting-started/integrate-auth/flutter-web-redirect Also another a bit older one on our blog: https://www.ory.sh/blog/login-flutter-authentication-example-api-open-source
w
Hi @magnificent-energy-493 , Thanks for sharing the resources! We are integrating Ory Kratos with a Flutter mobile app, not Flutter Web. Could you please provide guidance or documentation specific to integrating Ory Kratos with a Flutter app?