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.