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

Allow empty token when initializing the library #56

Closed
nickfla1 opened this issue May 31, 2022 · 1 comment · Fixed by #64
Closed

Allow empty token when initializing the library #56

nickfla1 opened this issue May 31, 2022 · 1 comment · Fixed by #64

Comments

@nickfla1
Copy link

Description

Due to security reasons, our token and authorization with Webflow is handled by a Man In The Middle proxy, forcing us to pass a dummy (and unneeded) string as the token during initialization.

Would it be possible to add a flag to disable requiring the token on initialization? I know it's an edge case but It could be useful to other people/projects as well.

I can provide a PR if instructed with the naming convention.

Thanks!

@johnagan
Copy link

johnagan commented May 31, 2022

Hey @nickfla1 👋 You're welcome to propose a PR and we can review.

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

Successfully merging a pull request may close this issue.

2 participants