Giter Site home page Giter Site logo

googlesiteauthenticatorbundle's People

Contributors

maguramarkian avatar nyholm avatar segli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

googlesiteauthenticatorbundle's Issues

Dependency Hell

I understand caching is fine, but why open yourself up to dependency hell ?
For the last hours I've been struggling for that simple thing: caching.

If you cache the access token, why not use a simple filesystem which is available in a PHPs default installation ?

I just want a simple cache to filesystem, but I have to install dozens of other bundles to give me this trivial command and still cannot get it to work, because caching bundles like to be abstract and want you to install more and more bundles all the time.

Something went terribly wrong. We could not create a backup. Read your log files to see what caused this error

I am trying to store mongo db backups to google drive I am not sure about adapters

This is my configuration:

dizda_cloud_backup:
output_file_prefix: '%dizda_hostname%'
timeout: 300
processor:
type: zip # Required: tar|zip|7z
options:
compression_ratio: 6
password: '%dizda_compressed_password%'
cloud_storages:
google_drive:
token_name: 'AIzaSyA4AE21Y-YqneV5fG7MPx4TF1LGmuO8' # Required
remote_path: ~ # Not required, default "/", but you can use path like "/Accounts/backups/"
databases:
mongodb:
all_databases: false # Only required when no database is set
database: '%database_name%'
db_host: '%mongodb_backup_host%'
db_port: '%mongodb_port%'
db_user: '%mongodb_user%'
db_password: '%mongodb_password%'

cache_adapter:
providers:
my_adapter:
factory: 'cache.factory.mongodb'

happyr_google_site_authenticator:
cache_service: 'cache.provider.my_adapter'
tokens:
google_drive:
client_id: '85418079755-28ncgsoo91p69but0mipfdocb07.apps.googleusercontent.com'
client_secret: 'qj0ipdwryCNpfbJQbd-mu'
redirect_url: 'http://localhost:8000/googledrive/'
scopes: ['https://www.googleapis.com/auth/drive']

when I use cache.factory.mongodb adapter, redis factory getting something went terribly wrong a

I verified logs getting Command "--env=prod dizda:backup:start" exited with code "1" {"command":"--env=prod dizda:backup:start","code":1} []

I am not sure which adapter needs to use for mongo backups can someone help me?

Service Accounts (domain delegation)

Hello Tobias,

I was wondering if you are interested in adding support for Service Accounts to this bundle?

I know the main purpose for this bundle is to have server-side API calls without the need to pay for Google Apps but because we are using your Analytics bundle, specifically the fetch feature, it will be nice to have support for Service Accounts.

If you had tried this in the past or you have any ideas on what do you want to see, please let me know.
Initially I was thinking that in the getClient method specify the type of account, of course leave the current 'web application' type the default but add a 'service account'.

Thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.