{"id":25368236,"url":"https://github.com/discoverygarden/crayfish-commons-syn","last_synced_at":"2026-02-17T07:07:07.281Z","repository":{"id":271600515,"uuid":"703674044","full_name":"discoverygarden/Crayfish-Commons-Syn","owner":"discoverygarden","description":"Standalone Syn JWT integration for Crayfish.","archived":false,"fork":false,"pushed_at":"2025-02-05T14:06:07.000Z","size":430,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-06-23T19:19:04.770Z","etag":null,"topics":["crayfish","jwt","prototype"],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/discoverygarden.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2023-10-11T17:23:25.000Z","updated_at":"2025-02-05T14:06:01.000Z","dependencies_parsed_at":"2025-01-08T18:49:01.998Z","dependency_job_id":"3cebd506-c4bc-49a4-94fe-739da452a4e6","html_url":"https://github.com/discoverygarden/Crayfish-Commons-Syn","commit_stats":null,"previous_names":["discoverygarden/crayfish-commons-syn"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/discoverygarden/Crayfish-Commons-Syn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoverygarden%2FCrayfish-Commons-Syn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoverygarden%2FCrayfish-Commons-Syn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoverygarden%2FCrayfish-Commons-Syn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoverygarden%2FCrayfish-Commons-Syn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/discoverygarden","download_url":"https://codeload.github.com/discoverygarden/Crayfish-Commons-Syn/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoverygarden%2FCrayfish-Commons-Syn/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261540502,"owners_count":23174190,"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":["crayfish","jwt","prototype"],"created_at":"2025-02-15T00:36:34.775Z","updated_at":"2026-02-17T07:07:02.237Z","avatar_url":"https://github.com/discoverygarden.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Crayfish Commons Syn Integration\n\n## Introduction\n\nSyn parsing removed with Crayfish-Commons 4.x, (to be) re-implemented on top of Lexik JWT; however, this left some use cases uncovered with respect to multi-tenacy.\n\n## Requirements\n\n* PHP 7.2+\n* [Composer](https://getcomposer.org/)\n\n## Installation\n\nCan be installed with Composer with something like:\n\n```\ncomposer require discoverygarden/crayfish-commons-syn\n```\n\n## Configuration\n\nInto your main `config/packages/security.yaml` (or equivalent):\n\n* Ensure/set `security.enable_authenticator_manager` to `true`\n* Ensure a user provider exists:\n    ```yaml\n    security:\n      [...]\n      providers:\n        users_in_memory:\n          memory: ~\n    ```\n\n* Have the main firewall use the user provider, and reference our custom authenticator:\n    ```yaml\n    security:\n      [...]\n      firewalls:\n        main:\n          anonymous: false\n          provider: users_in_memory\n          custom_authenticators:\n            - islandora_crayfish_commons_syn.jwt.authenticator\n    ```\n\n## Documentation\n\nFurther documentation for this module is available on the [Islandora 8 documentation site](https://islandora.github.io/documentation/).\n\n\n## Troubleshooting/Issues\n\nHaving problems or solved a problem? Check out the Islandora google groups for a solution.\n\n* [Islandora Group](https://groups.google.com/forum/?hl=en\u0026fromgroups#!forum/islandora)\n* [Islandora Dev Group](https://groups.google.com/forum/?hl=en\u0026fromgroups#!forum/islandora-dev)\n\n## Maintainers\n\nThis project has been sponsored by:\n* UPEI\n* discoverygarden inc.\n* LYRASIS\n* McMaster University\n* University of Limerick\n* York University\n* University of Manitoba\n* Simon Fraser University\n* PALS\n* American Philosophical Society\n* common media inc.\n\n## Development\n\nIf you would like to contribute, please get involved by attending our weekly [Tech Call](https://github.com/Islandora/documentation/wiki). We love to hear from you!\n\nIf you would like to contribute code to the project, you need to be covered by an Islandora Foundation [Contributor License Agreement](http://islandora.ca/sites/default/files/islandora_cla.pdf) or [Corporate Contributor License Agreement](http://islandora.ca/sites/default/files/islandora_ccla.pdf). Please see the [Contributors](http://islandora.ca/resources/contributors) pages on Islandora.ca for more information.\n\nWe recommend using the [islandora-playbook](https://github.com/Islandora-Devops/islandora-playbook) to get started. If you want to pull down the submodules for development, don't forget to run `git submodule update --init --recursive` after cloning.\n\n## License\n\n[MIT](./LICENSE)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscoverygarden%2Fcrayfish-commons-syn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiscoverygarden%2Fcrayfish-commons-syn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscoverygarden%2Fcrayfish-commons-syn/lists"}