We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A few updates were made in the past weeks which have left some technical debt, including:
ENCRYPTION_KEY
SupabaseIntegrationCredentialsStore
IntegrationCredentialsManager
IntegrationCredentialsStore
autogpt_libs.supabase_integration_credentials_store
integration_credentials_stroe
backend
autogpt_libs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A few updates were made in the past weeks which have left some technical debt, including:
TODO
ENCRYPTION_KEY
. Fernet has very specific requirements for what it accepts as an encryption key.SupabaseIntegrationCredentialsStore
andIntegrationCredentialsManager
locking mechanisms (see comment)SupabaseIntegrationCredentialsStore
toIntegrationCredentialsStore
autogpt_libs.supabase_integration_credentials_store
tointegration_credentials_stroe
backend
inautogpt_libs
. This will probably involve movingIntegrationCredentialsStore
tobackend
.The text was updated successfully, but these errors were encountered: