Sha256: 2cfd370737cfbe89f535d94997cc035c50cd7cee228db8fd6fc0d8a759c0cc90
Contents?: true
Size: 1.46 KB
Versions: 5
Compression:
Stored size: 1.46 KB
Contents
# Using an array means we can control the order of display of the authentication methods: - provider: twitter name: Twitter key: --- enter your key here --- secret: --- enter your secret here --- - provider: facebook # Facebook registration: https://www.facebook.com/developers/apps.php?app_id=216576775042338 name: Facebook key: "--- enter your key here ---" secret: --- enter your secret here --- :client_options: :ssl: # For OS/X: :ca_file: /opt/local/etc/ssl/certs/ca-certificates.crt # For Linux: # :ca_file: /etc/ssl/certs - provider: google name: Google Apps store: ./tmp key: "--- enter your key here ---" secret: --- enter your secret here --- - provider: linked_in name: LinkedIn key: --- enter your key here --- secret: --- enter your secret here --- api_key: --- enter your API key here --- - # Github: https://github.com/account/applications/new provider: github name: GitHub key: --- enter your key here --- secret: --- enter your secret here --- :client_options: :ssl: # For OS/X: :ca_file: /opt/local/etc/ssl/certs/ca-certificates.crt # For Linux: # :ca_file: /etc/ssl/certs - provider: openid # Generic OpenID: name: OpenID store: ./tmp - provider: openid name: MyOpenID store: ./tmp identifier: 'myopenid.com' - provider: openid name: Yahoo identifier: 'yahoo.com' - provider: openid name: AOL identifier: 'openid.aol.com'
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
sinatra_omniauth-1.3.0 | omniauth.yml |
sinatra_omniauth-1.2.0 | omniauth.yml |
sinatra_omniauth-1.1.0 | omniauth.yml |
sinatra_omniauth-1.0.1 | omniauth.yml |
sinatra_omniauth-1.0.0 | omniauth.yml |