Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long Refresh Tokens cause exception when saving in Windows Credential Store #50

Closed
Kyrodan opened this issue Aug 18, 2016 · 2 comments
Closed
Labels
Milestone

Comments

@Kyrodan
Copy link
Owner

Kyrodan commented Aug 18, 2016

Winodws Credential Store's maximum secret length is 512 bytes. Some Refresh Tokens (like Amazon Drive) may exceed this limit and so causing an Exception.

Maybe saving credentials to Windows Credential Store should be replaced by a better and Mono compatible alternative (like using https://msdn.microsoft.com/en-us/library/system.security.cryptography.protecteddata.aspx, which is also supported in Mono).

@Kyrodan
Copy link
Owner Author

Kyrodan commented Aug 18, 2016

reference #18 Mono Support

@Kyrodan
Copy link
Owner Author

Kyrodan commented Aug 18, 2016

reference #10 Access to Amazon Cloud Drive

@Kyrodan Kyrodan added the bug label Aug 22, 2016
@Kyrodan Kyrodan added this to the 1.3.0 milestone Aug 22, 2016
@Kyrodan Kyrodan closed this as completed in ea7b914 Sep 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant