Sha256: f12249f8583f465c213d759b3149cdf79f62c316df41aefe65c1b6a0d2f47da0
Contents?: true
Size: 626 Bytes
Versions: 35
Compression:
Stored size: 626 Bytes
Contents
TwitterAuth Generator ===================== The TwitterAuth generator allows you to generate the components necessary to implement Twitter as a Single Sign-On provider for your site. To run it, you simply need to call it: script/generate twitter_auth This will generate the migration necessary for the users table as well as generate a User model that extends the appropriate TwitterAuth model template and a config/twitter.yml that allows you to set your OAuth consumer key and secret. By default, TwitterAuth uses OAuth as its authentication strategy. If you wish to use HTTP Basic you can pass in the --basic option.
Version data entries
35 entries across 35 versions & 5 rubygems