{"id":21101169,"url":"https://github.com/brentgreeff/auth_logic_user_session_helper","last_synced_at":"2025-11-11T19:13:52.340Z","repository":{"id":614719,"uuid":"253067","full_name":"brentgreeff/auth_logic_user_session_helper","owner":"brentgreeff","description":"Bunch of convenience methods for use with AuthLogic and Rails.","archived":false,"fork":false,"pushed_at":"2011-01-13T09:56:14.000Z","size":100,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-30T01:18:22.996Z","etag":null,"topics":["authentication","authlogic"],"latest_commit_sha":null,"homepage":"http://www.brentgreeff.com/rails-plugins/authlogic-usersession-helper","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/brentgreeff.png","metadata":{"files":{"readme":"README.rdoc","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-07-16T21:50:43.000Z","updated_at":"2025-07-16T05:35:16.000Z","dependencies_parsed_at":"2022-08-06T09:16:11.931Z","dependency_job_id":null,"html_url":"https://github.com/brentgreeff/auth_logic_user_session_helper","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/brentgreeff/auth_logic_user_session_helper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brentgreeff%2Fauth_logic_user_session_helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brentgreeff%2Fauth_logic_user_session_helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brentgreeff%2Fauth_logic_user_session_helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brentgreeff%2Fauth_logic_user_session_helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brentgreeff","download_url":"https://codeload.github.com/brentgreeff/auth_logic_user_session_helper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brentgreeff%2Fauth_logic_user_session_helper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278776268,"owners_count":26043991,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["authentication","authlogic"],"created_at":"2024-11-19T23:40:55.929Z","updated_at":"2025-10-07T14:17:59.336Z","avatar_url":"https://github.com/brentgreeff.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"= AuthLogic UserSession Helper\n\nBunch of convenience methods for use with AuthLogic and Rails.\n\nOnly works if you are using a standard user, and user_session.\n\nWill be able to specify the model(s) names in the future\n\n== Install\n\n      gem install auth_logic_user_session_helper\n      \n      (or use bundler)\n\n== Example\n\n\n* Get the current_user from the session\n      current_user\n\n* Is there a user logged in?\n      user?\n\n* Is there no user currently logged in?\n      no_user?\n\n* A user is required! (use as before filter to redirect to '/login')\n      user_required\n\n* A user cannot be logged in (will redirect to the root_url, whatever that is mapped to)\n      no_user_required\n\n* If you need to remember what the user was trying to do before you made them login\n    store_location\n    redirect_back_or_default\n\n=== user_required will store the requested location before redirecting.\n=== Call redirect_back_or_default after login to enable this behaviour.\n\n\n== Testing\n\nAdds login_as and logout methods to tests.\n\n\nCopyright (c) 2009 [Brent Greeff], released under the MIT license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrentgreeff%2Fauth_logic_user_session_helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrentgreeff%2Fauth_logic_user_session_helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrentgreeff%2Fauth_logic_user_session_helper/lists"}