openiddict / openiddict-core

Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
https://openiddict.com/
Apache License 2.0
4.47k stars 528 forks source link

Added MAUI android sample #2200

Open gentledepp opened 1 month ago

gentledepp commented 1 month ago

I added the android part of the OpenIddict.Sandbox.Maui.Client

What may be missing is

Also, I added a progress dialog with a "cancel" button, as it was confusing to see the buttons to just be disabled. In case anything goes wrong on the server side you could not cancel the login process, but had to restart the app. 😐

It is rough, but functional. Check it out:

mt-erber_deeplink

kevinchalet commented 1 month ago

Note: not adding Android to that sample was deliberate: the Android tooling is bugged and prevents the project from building correctly on my machine (probably caused by the diacritics in my Windows user folder name). I'm of course not against merging this PR, but the underlying issue will first need to be fixed by the Android folks.

gentledepp commented 1 month ago

No problem. I am not in a hurry with this. Merge it as soon or late as you want.

I used this as an exercise