xamarin / Xamarin.Auth

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

RFC: use DataContainer instead of individual files for storing accounts on UWP #327

Closed csteeg closed 6 years ago

csteeg commented 6 years ago

Xamarin.Auth Issue

Feature description

Storing individual files is error-prone. Using a datacontainer would be easier to maintain and less error-prone

newky2k commented 6 years ago

@csteeg Thanks for the PR, @moljac will review it and merge it in due course

Regards