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

Elevate token handling to the public interface. #47

Open
matecsaj opened this issue Apr 20, 2022 · 1 comment
Open

Elevate token handling to the public interface. #47

matecsaj opened this issue Apr 20, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@matecsaj
Copy link
Owner

Some developers want to use the token handling parts of this library with their own hand-coded API calls. Some prefer a DIY approach or are porting an existing code-base with poor token handling.

Some developers want to use this library to make most API calls and then do one or two independently. They may need to optimize a hotspot, work around a limitation of this library, or use an experimental eBay feature. They want to use the same tokens for their calls with an automatic refresh.

Some developers want to do their own eBay authentication. Perhaps they have higher security requirements or their user management code with extra functions.

While accommodating the few, don't burden the many with extra work. Continue to make "convention over configuration" and "batteries included" the norm for most users.

Let us do potentially breaking changes before moving to production/stable.

@matecsaj matecsaj added the enhancement New feature or request label Apr 20, 2022
@matecsaj
Copy link
Owner Author

For a temporary work-around, see.

@matecsaj matecsaj changed the title [pre production/stable] Elevate token handling to the public interface. Elevate token handling to the public interface. Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant