{"id":28614227,"url":"https://github.com/perldancer/dancer2-session-sereal","last_synced_at":"2025-06-12T01:13:39.209Z","repository":{"id":6569138,"uuid":"7811071","full_name":"PerlDancer/dancer2-session-sereal","owner":"PerlDancer","description":"Dancer 2 session storage using Sereal-encoded files","archived":false,"fork":false,"pushed_at":"2020-05-26T22:48:02.000Z","size":39,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-05-09T11:35:33.697Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://metacpan.org/author/DAGOLDEN","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PerlDancer.png","metadata":{"files":{"readme":"README.pod","changelog":"Changes","contributing":"CONTRIBUTING","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-25T01:15:45.000Z","updated_at":"2020-08-21T17:25:07.000Z","dependencies_parsed_at":"2022-09-05T13:22:31.306Z","dependency_job_id":null,"html_url":"https://github.com/PerlDancer/dancer2-session-sereal","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/PerlDancer/dancer2-session-sereal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerlDancer%2Fdancer2-session-sereal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerlDancer%2Fdancer2-session-sereal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerlDancer%2Fdancer2-session-sereal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerlDancer%2Fdancer2-session-sereal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PerlDancer","download_url":"https://codeload.github.com/PerlDancer/dancer2-session-sereal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerlDancer%2Fdancer2-session-sereal/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259374994,"owners_count":22847878,"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":"2025-06-12T01:13:28.222Z","updated_at":"2025-06-12T01:13:39.189Z","avatar_url":"https://github.com/PerlDancer.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"=pod\n\n=head1 NAME\n\nDancer2::Session::Sereal - Dancer 2 session storage in files with Sereal\n\n=head1 VERSION\n\nversion 0.001\n\n=head1 DESCRIPTION\n\nThis module implements Dancer 2 session engine based on L\u003cSereal\u003e files.\n\nThis backend can be used in single-machine production environments, but two\nthings should be kept in mind: The content of the session files is not\nencrypted or protected in anyway and old session files should be purged by a\nCRON job.\n\n=head1 CONFIGURATION\n\nThe setting B\u003csession\u003e should be set to C\u003cSereal\u003e in order to use this session\nengine in a Dancer2 application.\n\nFiles will be stored to the value of the setting C\u003csession_dir\u003e, whose default\nvalue is C\u003cappdir/sessions\u003e.\n\nHere is an example configuration that use this session engine and stores session\nfiles in /tmp/dancer-sessions\n\n    session: \"Sereal\"\n\n    engines:\n      session:\n        Sereal:\n          session_dir: \"/tmp/dancer-sessions\"\n\n=for :stopwords cpan testmatrix url annocpan anno bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan\n\n=head1 SUPPORT\n\n=head2 Bugs / Feature Requests\n\nPlease report any bugs or feature requests through the issue tracker\nat L\u003chttps://github.com/dagolden/dancer2-session-sereal/issues\u003e.\nYou will be notified automatically of any progress on your issue.\n\n=head2 Source Code\n\nThis is open source software.  The code repository is available for\npublic review and contribution under the terms of the license.\n\nL\u003chttps://github.com/dagolden/dancer2-session-sereal\u003e\n\n  git clone git://github.com/dagolden/dancer2-session-sereal.git\n\n=head1 AUTHOR\n\nDavid Golden \u003cdagolden@cpan.org\u003e\n\n=head1 COPYRIGHT AND LICENSE\n\nThis software is Copyright (c) 2013 by David Golden.\n\nThis is free software, licensed under:\n\n  The Apache License, Version 2.0, January 2004\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperldancer%2Fdancer2-session-sereal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperldancer%2Fdancer2-session-sereal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperldancer%2Fdancer2-session-sereal/lists"}