{"id":17861190,"url":"https://github.com/jonathanstowe/object-permission-group","last_synced_at":"2025-04-02T20:47:23.585Z","repository":{"id":66980444,"uuid":"45149409","full_name":"jonathanstowe/Object-Permission-Group","owner":"jonathanstowe","description":"Object helper for Object::Permissions using unix groups","archived":false,"fork":false,"pushed_at":"2022-08-07T08:48:04.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-04-22T17:06:59.877Z","etag":null,"topics":["authorization","group","object","raku"],"latest_commit_sha":null,"homepage":"","language":"Raku","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonathanstowe.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":null,"funding":null,"license":null,"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":"2015-10-29T00:08:38.000Z","updated_at":"2022-08-07T08:48:08.000Z","dependencies_parsed_at":"2023-05-16T10:00:18.546Z","dependency_job_id":null,"html_url":"https://github.com/jonathanstowe/Object-Permission-Group","commit_stats":null,"previous_names":[],"tags_count":7,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanstowe%2FObject-Permission-Group","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanstowe%2FObject-Permission-Group/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanstowe%2FObject-Permission-Group/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanstowe%2FObject-Permission-Group/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonathanstowe","download_url":"https://codeload.github.com/jonathanstowe/Object-Permission-Group/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246892796,"owners_count":20850846,"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":["authorization","group","object","raku"],"created_at":"2024-10-28T08:43:17.793Z","updated_at":"2025-04-02T20:47:23.372Z","avatar_url":"https://github.com/jonathanstowe.png","language":"Raku","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Object::Permission::Group\n\nObject helper for [Object::Permission](https://github.com/jonathanstowe/Object-Permission) using unix groups.\n\n![Build Status](https://github.com/jonathanstowe/Object-Permission-Group/workflows/CI/badge.svg)\n\n## Synopsis\n\n```raku\n\tuse Object::Permission::Group; # $*AUTH-USER is derived from $*USER\n\n   # Or:\n\n   Use Object::Permission::Group;\n\n\t# Set $*AUTH-USER to one for a specified user\n   $*AUTH-USER = Object::Permission::Group.new(user =\u003e 'wibble');\n```\n\n## Description\n\nThis provides a simple implementation of\n`Object::Permission::User` to be used with\n[Object::Permission](https://github.com/jonathanstowe/Object-Permission)\nwhich derives the permissions for the `$*AUTH-USER` from the users\nunix group membership.\n\nBy default `$*AUTH-USER` is initialised based on the value of\n`$*USER` (i.e. the effective user,) but it can be set manually with\nthe permissions of an arbitrary user (as in the second example above.)\n\n\n## Installation\n\nAssuming you have a working Rakudo installation you should be able to install this with *zef* :\n\n    # From the source directory\n   \n    zef install .\n\n    # Remote installation\n\n    zef install Object::Permission::Group\n\n## Support\n\nSuggestions/patches are welcomed via [github](https://github.com/jonathanstowe/Object-Permission-Group/issues)\n\n## Licence\n\nThis is free software.\n\nPlease see the [LICENCE](LICENCE) file in the distribution\n\n© Jonathan Stowe 2015 - 2021\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanstowe%2Fobject-permission-group","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathanstowe%2Fobject-permission-group","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanstowe%2Fobject-permission-group/lists"}