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

CarpUser don't serialise OAuth token #96

Closed
bardram opened this issue Sep 24, 2020 · 2 comments
Closed

CarpUser don't serialise OAuth token #96

bardram opened this issue Sep 24, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@bardram
Copy link
Contributor

bardram commented Sep 24, 2020

In carp_webservice it seems like the OAuth token (in CarpUser) isn't serialized to JSON.

@bardram bardram self-assigned this Sep 24, 2020
@bardram bardram added the bug Something isn't working label Sep 24, 2020
@bardram
Copy link
Contributor Author

bardram commented Sep 24, 2020

In carp_user.dart we have

  OAuthToken _token;

  /// The OAuth 2.0 [OAuthToken] for this user, once authenticated to CARP
  OAuthToken get token => _token;

which seems to be the problem.

@bardram
Copy link
Contributor Author

bardram commented Oct 8, 2020

Fixed in version 0.5.0.

bardram added a commit that referenced this issue Oct 8, 2020
@bardram bardram closed this as completed Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant