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

minor/better-integrations #1306

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

Conversation

halfmoonui
Copy link
Contributor

@halfmoonui halfmoonui commented Aug 14, 2024

  • Move integrations.py to gitignore
  • Support local disk media storage (default in base.py settings)
  • Add support for Gmail for email provider, and local SMTP (TODO in install script?)

Please note, because integrations.py is no longer in the repo, the following should be the default that is generated:

SOCIALPASS_INTEGRATIONS = {
    "email_provider": "local",
    "error_reporting": False,
    "maps_provider": False,
    "media": "local",
    "oauth_google": False,
    "token_verification": False,
    "stripe": "direct",
    "wallet_apple": False, # Maybe true if we can share cred?
    "wallet_google": False, # Maybe true if we can share cred?
}

@halfmoonui halfmoonui requested a review from slayb3ar August 14, 2024 10:44
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