I’m looking to authenticate using Flutter (ios + a...
# general
v
I’m looking to authenticate using Flutter (ios + android).  It’s calling a nestjs backend api. I’m seeing if Ory is a good fit. Are there any samples that anyone could point me towards? 🙇 I found https://www.ory.sh/cloud-ecommerce-frontend/. by searching in the slack channel. Wondering if there are any others. Thanks
👍 1
m
Hey Phil, glad to have you 🙂 You can see a full overview of community projects here: https://www.ory.sh/docs/ecosystem/community I think you already found the best example for flutter we have at the moment, but we do have some more things planned. I think @User wanted to look into that in the near future. also check out the repo if you haven't already: https://github.com/amorevino/ory-showcase-apps/blob/main/ory_app/README.md
🙌 1
v
That flutter example and github repo were fantastic. With a few tweaks, I’ve got it working 👍
m
That is great to hear, we also just got another flutter example contributed by the community. Will publish it with a blogpost soon.
🙌 1
Forgot to follow up @User sorry! Here is the blogpost: https://www.ory.sh/login-flutter-authentication-example-api-open-source/
v
amazing! Thank you @User!