Sha256: 07c7ba238dfde87b902525c7d7c30e39e8d3e8602c87b7f21d8c13524f9b3dc2

Contents?: true

Size: 1.08 KB

Versions: 6

Compression:

Stored size: 1.08 KB

Contents

base: &common
  Twitter:
    id: <TWITTER ID>
    token: <TWITTER TOKEN>
  Facebook:
    id: <FACEBOOK ID>
    token: <FACEBOOK TOKEN>
  Github:
    id: <GITHUB ID>
    token: <GITHUB TOKEN>
  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/{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}

development:
  <<: *common
production:
  <<: *common
test:
  <<: *common

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
multiauth-0.2.7 lib/generators/templates/auth_providers.yml
multiauth-0.2.6 lib/generators/templates/auth_providers.yml
multiauth-0.2.5 lib/generators/templates/auth_providers.yml
multiauth-0.2.3 lib/generators/templates/auth_providers.yml
multiauth-0.2.2 lib/generators/templates/auth_providers.yml
multiauth-0.2.1 lib/generators/templates/auth_providers.yml