{"id":20532351,"url":"https://github.com/unitvectory-labs/serviceauthcentralweb","last_synced_at":"2026-01-05T16:03:04.427Z","repository":{"id":217229947,"uuid":"743276523","full_name":"UnitVectorY-Labs/serviceauthcentralweb","owner":"UnitVectorY-Labs","description":"Web based management interface for ServiceCloudAuth","archived":false,"fork":false,"pushed_at":"2025-11-29T18:26:57.000Z","size":2370,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-01T22:48:28.423Z","etag":null,"topics":["bootstrap5","serviceauthcentral","vue3"],"latest_commit_sha":null,"homepage":"https://unitvectory-labs.github.io/ServiceAuthCentral/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UnitVectorY-Labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-14T21:07:19.000Z","updated_at":"2025-11-29T18:27:00.000Z","dependencies_parsed_at":"2025-12-01T07:08:10.531Z","dependency_job_id":null,"html_url":"https://github.com/UnitVectorY-Labs/serviceauthcentralweb","commit_stats":null,"previous_names":["unitvectory-labs/serviceauthcentralweb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/UnitVectorY-Labs/serviceauthcentralweb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnitVectorY-Labs%2Fserviceauthcentralweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnitVectorY-Labs%2Fserviceauthcentralweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnitVectorY-Labs%2Fserviceauthcentralweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnitVectorY-Labs%2Fserviceauthcentralweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UnitVectorY-Labs","download_url":"https://codeload.github.com/UnitVectorY-Labs/serviceauthcentralweb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnitVectorY-Labs%2Fserviceauthcentralweb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28217524,"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","status":"online","status_checked_at":"2026-01-05T02:00:06.358Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bootstrap5","serviceauthcentral","vue3"],"created_at":"2024-11-16T00:14:23.525Z","updated_at":"2026-01-05T16:03:04.382Z","avatar_url":"https://github.com/UnitVectorY-Labs.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Work In Progress](https://img.shields.io/badge/Status-Work%20In%20Progress-yellow)](https://guide.unitvectorylabs.com/bestpractices/status/#work-in-progress)\n\n# serviceauthcentralweb\n\nWeb based management interface for ServiceCloudAuth\n\n## References\n\n- [ServiceAuthCentral](https://github.com/UnitVectorY-Labs/ServiceAuthCentral) - Simplify microservice security with ServiceAuthCentral: Centralized, open-source authorization in the cloud, minus the shared secrets.\n- [ServiceAuthCentral Documentation](https://serviceauthcentral.unitvectorylabs.com/) - Documentation for ServiceAuthCentral\n- [serviceauthcentralweb](https://github.com/UnitVectorY-Labs/serviceauthcentralweb) - Web based management interface for ServiceCloudAuth\n- [serviceauthcentral-client-java](https://github.com/UnitVectorY-Labs/serviceauthcentral-client-java) - Java client for requesting tokens from the ServiceAuthCentral OAuth 2.0 authorization server.\n- [serviceauthcentral-gcp-tofu](https://github.com/UnitVectorY-Labs/serviceauthcentral-gcp-tofu) - OpenTofu module for deploying a fully working ServiceAuthCentral deployment in GCP\n\n## Project setup\n```\nnpm install\n```\n\n### Compiles and hot-reloads for development\n```\nnpm run serve\n```\n\n### Compiles and minifies for production\n```\nnpm run build\n```\n\n### Lints and fixes files\n```\nnpm run lint\n```\n\n### Customize configuration\nSee [Configuration Reference](https://cli.vuejs.org/config/).\n\nThe configuration for this application requires the following configuration for a production deployment that are created in `.env.production`\n\n```\nVUE_APP_SAC_MANAGE_URI=\nVUE_APP_SAC_REDIRECT_URI=\nVUE_APP_SAC_AUTHORIAZATION_ENDPOINT=\nVUE_APP_SAC_TOKEN_ENDPOINT=\nVUE_APP_SAC_ISSUER=\n```\n\n- `VUE_APP_SAC_MANAGE_URI`: The \"/graphql\" URL for ServiceAuthCentral's manage server\n- `VUE_APP_SAC_REDIRECT_URI`: The \"/callback\" URL for serviceauthcentralweb\n- `VUE_APP_SAC_AUTHORIAZATION_ENDPOINT`: The \"/login/authorize\" URL for ServiceAuthCentral's token server\n- `VUE_APP_SAC_TOKEN_ENDPOINT`: The \"/v1/token\" URL for ServiceAuthCentral's token server\n- `VUE_APP_SAC_ISSUER`: The issuer configured for ServiceAuthCentral\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funitvectory-labs%2Fserviceauthcentralweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funitvectory-labs%2Fserviceauthcentralweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funitvectory-labs%2Fserviceauthcentralweb/lists"}