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

Do not serialize OAuth2AccessToken and OAuth2RefreshToken into byte[] #16

Open
activey opened this issue Apr 25, 2019 · 4 comments
Open

Comments

@activey
Copy link

activey commented Apr 25, 2019

Just tried it locally, works pretty well when exposed in original structure and not serialized into byte[] for both of them, makes an option to take a look into Mongo and see how are tokens values, just a suggestion but would be awesome to see tokens in text rather in byte arrays ;)

@caelcs
Copy link
Owner

caelcs commented Apr 25, 2019 via email

@activey
Copy link
Author

activey commented Apr 25, 2019

👍

@caelcs
Copy link
Owner

caelcs commented Apr 26, 2019

Can you tell me where you see that serialisation? I wonder if you are not talking about the pass enconder....

@activey
Copy link
Author

activey commented Apr 26, 2019

Sure, in

there is serializeAccessToken method called, I believe you dont need to do it or maybe introduce some serialization strategy? I can create a merge request with my suggestion if you wish ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants