{"id":15579312,"url":"https://github.com/maicol07/flarum-ext-sso","last_synced_at":"2026-05-23T18:01:33.409Z","repository":{"id":46882421,"uuid":"214504867","full_name":"maicol07/flarum-ext-sso","owner":"maicol07","description":" :lock: SSO for Flarum","archived":false,"fork":false,"pushed_at":"2025-09-14T12:59:49.000Z","size":852,"stargazers_count":45,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-04-30T05:23:51.742Z","etag":null,"topics":["composer","composer-package","flarum","flarum-sso","javascript","js","mithriljs","php","php7"],"latest_commit_sha":null,"homepage":"https://discuss.flarum.org/d/21666-single-sign-on-sso-with-wordpress-integration","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/maicol07.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":["maicol07"],"custom":["https://paypal.me/maicol072001/10eur"]}},"created_at":"2019-10-11T18:29:23.000Z","updated_at":"2026-03-21T03:29:46.000Z","dependencies_parsed_at":"2024-11-01T03:02:21.691Z","dependency_job_id":"83a6351b-420d-4c8c-b6ff-3e1ed89a5248","html_url":"https://github.com/maicol07/flarum-ext-sso","commit_stats":{"total_commits":270,"total_committers":14,"mean_commits":"19.285714285714285","dds":"0.26296296296296295","last_synced_commit":"897c8b2e20f53211f31513f357753f96b3e51da6"},"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"purl":"pkg:github/maicol07/flarum-ext-sso","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maicol07%2Fflarum-ext-sso","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maicol07%2Fflarum-ext-sso/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maicol07%2Fflarum-ext-sso/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maicol07%2Fflarum-ext-sso/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maicol07","download_url":"https://codeload.github.com/maicol07/flarum-ext-sso/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maicol07%2Fflarum-ext-sso/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33406444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["composer","composer-package","flarum","flarum-sso","javascript","js","mithriljs","php","php7"],"created_at":"2024-10-02T19:14:32.869Z","updated_at":"2026-05-23T18:01:33.322Z","avatar_url":"https://github.com/maicol07.png","language":"PHP","funding_links":["https://github.com/sponsors/maicol07","https://paypal.me/maicol072001/10eur"],"categories":[],"sub_categories":[],"readme":"This extension is the updated [Single Sign On for Flarum](https://discuss.flarum.org/d/5052-single-sign-on/) extension.\n\n# Flarum SSO\n![Supports latest Flarum version?](https://flarum-badge-api.davwheat.dev/v1/compat-latest/maicol07/flarum-ext-sso) [![Latest Stable Version](https://poser.pugx.org/maicol07/flarum-ext-sso/v)](//packagist.org/packages/maicol07/flarum-ext-sso) [![Total Downloads](https://poser.pugx.org/maicol07/flarum-ext-sso/downloads)](//packagist.org/packages/maicol07/flarum-ext-sso) [![Latest Unstable Version](https://poser.pugx.org/maicol07/flarum-ext-sso/v/unstable)](//packagist.org/packages/maicol07/flarum-ext-sso) [![License](https://poser.pugx.org/maicol07/flarum-ext-sso/license)](//packagist.org/packages/maicol07/flarum-ext-sso) [![Services Health](https://maicol07.montastic.io/badge)](https://maicol07.montastic.io)\n\nThis extension enables Single Sign On (shortly SSO) for Flarum. The workflow is based on this\n[post](https://discuss.flarum.org/d/2808-how-i-implemented-cross-authentication-with-flarum). The extension is useful if\nyou run Flarum on a subdomain, but you want to use the login mechanism of your main website or SSO system.\n\n## Installation\n### Composer\n1. Run the following command in your Flarum directory:\n    ```sh\n    composer require maicol07/flarum-ext-sso\n    ```\n2. Enable the extension in the admin panel.\n\nMore detailed instructions are written [here](https://docs.maicol07.it/en/flarum-sso/ext#installation).\n\n## Upgrading\n### Composer\n1. Run the following command in your Flarum directory:\n    ```sh\n    composer update maicol07/flarum-ext-sso\n    ```\n\nMore detailed instructions are written [here](https://docs.maicol07.it/en/flarum-sso/ext#upgrading).\n\n## How to use\nCheck instructions on the [official docs](https://docs.maicol07.it/en/flarum-sso/ext)\n\n## Links\n- [Forum thread](https://discuss.flarum.org/d/21666-php-and-wordpress-single-sign-on-sso)\n- [Extiverse](https://extiverse.com/extension/maicol07/flarum-ext-sso)\n- [Packagist](https://packagist.org/packages/maicol07/flarum-ext-sso)\n- [Official docs](https://docs.maicol07.it/en/flarum-sso/ext)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaicol07%2Fflarum-ext-sso","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaicol07%2Fflarum-ext-sso","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaicol07%2Fflarum-ext-sso/lists"}