Skip to content

Fix decryption to handle serialized ClickUp tokens #38

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

marianodav
Copy link

Previously, the decrypted ClickUp tokens were not being unserialized, causing potential issues when accessing the stored values. This update ensures the tokens are properly unserialized after decryption to maintain functionality.

Previously, the decrypted ClickUp tokens were not being unserialized, causing potential issues when accessing the stored values. This update ensures the tokens are properly unserialized after decryption to maintain functionality.
This change renames the `Builder` class to `ClickUpBuilder` to better reflect its purpose and role within the codebase. Adjustments were made across all usages, including tests and dependent classes, to ensure consistency and maintain functionality.
Extended the supported Laravel versions in composer.json to include version 12. This change ensures compatibility with the latest Laravel release while maintaining support for older versions.
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 this pull request may close these issues.

1 participant