{"id":13778740,"url":"https://github.com/refinery/refinerycms-authentication-devise","last_synced_at":"2025-04-12T15:43:38.910Z","repository":{"id":16665066,"uuid":"19420708","full_name":"refinery/refinerycms-authentication-devise","owner":"refinery","description":"Devise based authentication extension for Refinery CMS","archived":false,"fork":false,"pushed_at":"2023-12-12T06:46:56.000Z","size":195,"stargazers_count":17,"open_issues_count":4,"forks_count":64,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-26T10:11:30.439Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/refinery.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"contributing.md","funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2014-05-04T06:51:21.000Z","updated_at":"2023-12-12T06:22:10.000Z","dependencies_parsed_at":"2024-01-11T00:15:21.489Z","dependency_job_id":null,"html_url":"https://github.com/refinery/refinerycms-authentication-devise","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refinery%2Frefinerycms-authentication-devise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refinery%2Frefinerycms-authentication-devise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refinery%2Frefinerycms-authentication-devise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refinery%2Frefinerycms-authentication-devise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/refinery","download_url":"https://codeload.github.com/refinery/refinerycms-authentication-devise/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248590953,"owners_count":21129919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T18:00:57.063Z","updated_at":"2025-04-12T15:43:38.886Z","avatar_url":"https://github.com/refinery.png","language":"Ruby","funding_links":[],"categories":["Refinery team extensions"],"sub_categories":["Frontoffice extensions"],"readme":"# Refinery CMS Authentication Extension for Devise [![Build Status](https://travis-ci.org/refinery/refinerycms-authentication-devise.svg?branch=master)](https://travis-ci.org/refinery/refinerycms-authentication-devise)\n\nThis extension allows you to use Devise with Refinery CMS 4.0 and later.\n\n## Usage\n\nSimply put this in the Gemfile of your Refinery application:\n\n```ruby\ngem 'refinerycms-authentication-devise', '~\u003e 2.0.0'\n```\n\nThen run `bundle install` to install it.\n\n## Installation\n\nIf you're moving from a pre-3.0 release of Refinery, you lost authentication when it moved out of RefineryCMS core. After installing this gem, follow these steps to migrate old user data and re-enable authentication.\n\n### Generate and run migrations\n\n```sh\nrails g refinery:authentication:devise  # Generate migrations\nrake db:migrate                         # Run migrations\n```\n\n### Set up your new initializer\n\nYou might have old data in `initializers/refinery/authentication.rb`. The new initializer is located in `initializers/refinery/authentication/devise.rb`.\n\nMake sure `devise.rb` is configured correctly, then delete `authentication.rb`.\n\nThen restart your server.\n\n## Contributing\n\nPlease see the [contributing.md](contributing.md) file for instructions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefinery%2Frefinerycms-authentication-devise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frefinery%2Frefinerycms-authentication-devise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefinery%2Frefinerycms-authentication-devise/lists"}