I want to use Ory as Authentication provider for t...
# talk-kratos
s
I want to use Ory as Authentication provider for the .NET Maui App(iOS & Android). Registration, Email/Password login, Forgot Password, Change Password, Logout etc are the requirements in the app. In an Answer on GitHub I was suggested to use Ory API flows. There are docs related to API's over here too. I am new to Ory and unable to use this information in my project. Does the API flows are https restful web services or they are different? I also find Ory.Kratos.Client on NuGet. Can I use this Package in place of API flows to integrate the authentication in the App. Further the app's database will be hosted in MongoDB. The App will be connected to MongoDB through MongoDB App Services. The MongoDB App Services require JWT returned from Authentication provider(Ory) to authenticate and serve the client Apps. I would be grateful for support from your end. A sample app would be very helpful in this regard.