xamarin / Xamarin.Auth

Xamarin.Auth
Apache License 2.0
541 stars 351 forks source link

Add datacontainer based AccountStore and make it the default #328

Open csteeg opened 6 years ago

csteeg commented 6 years ago

Add datacontainer based AccountStore and make it the default. Added o…ption to user AccountStore.CreateFileBased() if an app has existing accounts stored in files

To be completely backwards compatible, those should be swithed around ofcourse

Xamarin.Auth Pull Request

Fixes #327 .

Checklist

Changes proposed in this pull request:

moljac commented 5 years ago

Thanks a lot for your effort in submitting this effort, but can you provide minimal sample, so we can test this PR.

Namely due to our limited resources it is highly unlikey that we'll be able to do it ourselves soon.

csteeg commented 5 years ago

@moljac This pull-request will switch the default accountstore on UWP to the container based version instead of the file-based version, so the existing samples should still be working then. Do you mean a different example?