{"id":16453933,"url":"https://github.com/auser/temporarily-linkable","last_synced_at":"2025-10-17T13:25:49.074Z","repository":{"id":413307,"uuid":"32681","full_name":"auser/temporarily-linkable","owner":"auser","description":"Temporary link plugin. Easily create temporary links that expire after use or a time frame","archived":false,"fork":false,"pushed_at":"2008-07-09T17:01:40.000Z","size":84,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-28T06:36:27.248Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":"Unmaintained","scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/auser.png","metadata":{"files":{"readme":"README","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":"2008-07-09T17:00:46.000Z","updated_at":"2019-08-13T13:28:47.000Z","dependencies_parsed_at":"2022-08-06T09:15:10.299Z","dependency_job_id":null,"html_url":"https://github.com/auser/temporarily-linkable","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/auser/temporarily-linkable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auser%2Ftemporarily-linkable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auser%2Ftemporarily-linkable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auser%2Ftemporarily-linkable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auser%2Ftemporarily-linkable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/auser","download_url":"https://codeload.github.com/auser/temporarily-linkable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auser%2Ftemporarily-linkable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279352064,"owners_count":26154070,"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-17T02:00:07.504Z","response_time":56,"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":[],"created_at":"2024-10-11T10:17:27.262Z","updated_at":"2025-10-17T13:25:49.041Z","avatar_url":"https://github.com/auser.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"TemporarilyLinkable\n===================\n\nEasy.\n\nJust call temporarily_linkable in a model you want to add temporary links to.\n\nThen, when you want to create a temporary link, just call\n\tcreate_temporary_link\nand you've got a temporarily_linkable for the object.\n\nThen, in your model, you have access to the method:\n\nfind_by_temporary_token to retrieve your object.\n\nExample\n=======\n\nclass User \u003c ActiveRecord::Base\n\ttemporarily_linkable\nend\n\n@user.create_temporary_link\n\n# account_controller\ndef retrieve\n\t@user = User.find_by_temporary_token(params[:token])\nend\n\nYou can also find the user by active temporary tokens with\n  User.find_by_active_temporary_token(params[:token])\n\nThe temporary links expire after one week by default, but the plugin does not require you to handle the expiration date.\n\nDone and done.\n\n\nCopyright (c) 2007 [CitrusByte::Ari Lerner], released under the MIT license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauser%2Ftemporarily-linkable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauser%2Ftemporarily-linkable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauser%2Ftemporarily-linkable/lists"}