{"id":24691580,"url":"https://github.com/avesbox/secure_session","last_synced_at":"2026-05-20T14:45:06.762Z","repository":{"id":259536032,"uuid":"876790755","full_name":"avesbox/secure_session","owner":"avesbox","description":"Secure stateless cookie session","archived":false,"fork":false,"pushed_at":"2024-10-30T20:26:26.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-26T19:17:07.951Z","etag":null,"topics":["cookie","fastify","secure-session","sessions"],"latest_commit_sha":null,"homepage":null,"language":"Dart","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/avesbox.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-22T15:02:08.000Z","updated_at":"2024-11-28T20:13:53.000Z","dependencies_parsed_at":"2024-10-26T17:39:09.492Z","dependency_job_id":null,"html_url":"https://github.com/avesbox/secure_session","commit_stats":null,"previous_names":["avesbox/secure_session"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avesbox%2Fsecure_session","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avesbox%2Fsecure_session/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avesbox%2Fsecure_session/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avesbox%2Fsecure_session/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avesbox","download_url":"https://codeload.github.com/avesbox/secure_session/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244890099,"owners_count":20527035,"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":["cookie","fastify","secure-session","sessions"],"created_at":"2025-01-26T19:17:12.477Z","updated_at":"2026-05-20T14:45:01.717Z","avatar_url":"https://github.com/avesbox.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# secure_session\n\nSecure stateless cookie session\n\n## Installation\n\n```dart\ndart pub add secure_session\n```\n\n## Usage\n\n```dart\nimport 'package:secure_session/secure_session.dart';\n\nvoid main() {\n  final session = SecureSession(\n    options: SessionOptions(\n      secret: 'secret',\n      salt: 'salt',\n      cookieName: 'cookie',\n    )\n  );\n\n  final data = {'key': 'value'};\n\n  session.write(data, 'cookie');\n\n  final result = session.read('cookie');\n\n  print(result); // {key: value}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favesbox%2Fsecure_session","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favesbox%2Fsecure_session","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favesbox%2Fsecure_session/lists"}