Sha256: 5cfb0c023c4923b7c583c6e7347acb757d1abfa17ef848cdb964f1837bed3c5c

Contents?: true

Size: 1.16 KB

Versions: 6

Compression:

Stored size: 1.16 KB

Contents

base: &common
  Google:
    openid: https://www.google.com/accounts/o8/id
  Yahoo:
    openid: http://yahoo.com
  AOL:
    openid: 'http://openid.aol.com/{user_name}'
  MySpace:
    openid: 'http://www.myspace.com/{user_name}'
  MyOpenID:
    openid: 'http://{user_name}.myopenid.com/'
  Wordpress:
    openid: 'http://{user_name}.wordpress.com/'
  Blogger:
    openid: 'http://{user_name}.blogspot.com/'
  Flickr:
    openid: 'http://flickr.com/photos/{user_name}/'
  Launchpad:
    openid: 'https://launchpad.net/~{user_name}'
  Vidoop:
    openid: 'http://{user_name}.myvidoop.com/'
  ClaimID:
    openid: 'http://claimid.com/{user_name}'
  Technorati:
    openid: 'http://technorati.com/people/technorati/{user_name}/'
  Verisign:
    openid: 'http://{user_name}.pip.verisignlabs.com/'
  LiveJournal:
    openid: 'http://{user_name}.livejournal.com'
  OpenId:
    openid: '{user_name}'
  Twitter:
    id: 'ID'
    token: 'TOKEN'
  Identica:
    id: 'ID'
    token: 'TOKEN'
  Facebook:
    id: 'ID'
    token: 'TOKEN'
  Github:
    id: 'ID'
    token: 'TOKEN'
  LinkedIn:
    id: "ID"
    token: "TOKEN"

development:
  <<: *common

production:
  <<: *common

test:
  <<: *common

Version data entries

6 entries across 5 versions & 2 rubygems

Version Path
patcito-ricogen-0.3 templates/auth_providers.yml
ricogen-0.5 templates/auth_providers.yml
ricogen-0.4 templates/auth_providers.yml
ricogen-0.3 templates/auth_providers.yml
ricogen-0.3 test_app/config/auth_providers.yml
ricogen-0.2 templates/auth_providers.yml