Sha256: 90d97543d1773859b3a347c607c31792799eedb1790404fbd3ff829447360507

Contents?: true

Size: 514 Bytes

Versions: 4

Compression:

Stored size: 514 Bytes

Contents

SoundcloudAuth Generator
=====================

The SoundcloudAuth generator allows you to generate the components necessary to implement SoundCloud as a Single Sign-On provider for your site.

To run it, you simply need to call it:

script/generate soundcloud_auth

This will generate the migration necessary for the users table as well as generate a User model that extends the appropriate SoundcloudAuth model template and a config/soundcloud_auth.yml that allows you to set your OAuth consumer key and secret.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
soundcloud-auth-0.2.0 generators/soundcloud_auth/USAGE
soundcloud-auth-0.1.2 generators/soundcloud_auth/USAGE
soundcloud-auth-0.1.1 generators/soundcloud_auth/USAGE
soundcloud-auth-0.1.0 generators/soundcloud_auth/USAGE