-
Notifications
You must be signed in to change notification settings - Fork 349
Can't actually add a reference to Xamarin.Auth.Extensions in the PCL #229
Comments
@dagostinelli I work on moving refresh token back to Xamarin.Auth and moving AccountStore out of OAuth (Xamarin.Auth) library, because storing tokens (except long living refresh token) is not considered to be good security practice. The main problem is that I never planned to be OAuth expert and now need a lot to catch up. Besides coding and fixing bugs, I try to get deeper understanding of OAuth. |
@moljac I too would really love to see a separate AuthStore package that targeted .NetStanadard 2.0. |
found this while looking for a separate a secure storage nuget package |
The name of the dll for the extensions library has now been changed -> https://github.com/xamarin/Xamarin.Auth/blob/master/nuget/Xamarin.Auth.Extensions.nuspec |
Xamarin.Auth.Extensions Issue
This might be related to this #171
Version
Steps to reproduce
I attempted to add the DLL manually. It turns out that the DLL in the Xamarin.Auth.Extensions package is called Xamarin.Auth. Bug?
Needless to say, the result is that and object called
OAuth2AuthenticatorExtensions
is not available for use in source code.Comments
While we are on it...
The text was updated successfully, but these errors were encountered: