{"id":20906625,"url":"https://github.com/authress/component-library.js","last_synced_at":"2026-02-21T03:02:24.806Z","repository":{"id":167563582,"uuid":"642961261","full_name":"Authress/component-library.js","owner":"Authress","description":"The Authress component library provides auth components for easy user management and role changes.","archived":false,"fork":false,"pushed_at":"2025-04-15T19:26:54.000Z","size":806,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"release/1.1","last_synced_at":"2025-10-13T07:52:38.310Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://authress.io","language":"JavaScript","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/Authress.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2023-05-19T18:45:01.000Z","updated_at":"2025-04-15T19:26:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"f99f8f7a-d1cd-46f7-a047-b8f56badfde3","html_url":"https://github.com/Authress/component-library.js","commit_stats":null,"previous_names":["authress/component-library.js"],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/Authress/component-library.js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Authress%2Fcomponent-library.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Authress%2Fcomponent-library.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Authress%2Fcomponent-library.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Authress%2Fcomponent-library.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Authress","download_url":"https://codeload.github.com/Authress/component-library.js/tar.gz/refs/heads/release/1.1","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Authress%2Fcomponent-library.js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29672261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T00:11:43.526Z","status":"online","status_checked_at":"2026-02-21T02:00:07.432Z","response_time":107,"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":[],"created_at":"2024-11-18T13:34:23.401Z","updated_at":"2026-02-21T03:02:24.780Z","avatar_url":"https://github.com/Authress.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp id=\"main\" align=\"center\"\u003e\n  \u003cimg src=\"https://authress.io/static/images/linkedin-banner.png\" alt=\"Authress media banner\"\u003e\n\u003c/p\u003e\n\n# Authress Web Component Library\nThis is the Authress web component library. It provides full featured web components to provide easy and direct integration with Authress.\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"./LICENSE\" alt=\"apache 2.0 license\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-Apache%202.0-blue.svg\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://www.npmjs.com/package/@authress/component-library\" alt=\"npm version\"\u003e\u003cimg src=\"https://badge.fury.io/js/@authress%2Fcomponent-library.svg\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://www.npmjs.com/package/@authress/component-library\" alt=\"npm version\"\u003e\u003cimg src=\"https://img.shields.io/badge/webcomponents.org-@Authress%2FLogin-blue.svg?style=social\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n### Library Contents:\n* [MFA Device Management](./src/components/mfaDevices/mfaDevices.js) - Library component to automatically display a users existing MFA devices and manage them.\n* [User Profile](./src/components/userProfile/userProfile.js) - Easily display the user profile view with all their data sourced from your user's access token.\n* [Role Selector](./src/components/roleSelector/roleSelector.js) - Displays a configurable drop down which lets a user invite, share, and select user roles for other users for a specific resource. Requests can be proxied through your service or update Authress access records and permissions directly.\n* [Vanishing Keys](./src/components/vanishingKeys.js) - The UI web component that communicates with the [Authress Vanishing Keys](https://github.com/Authress/vanishing-keys) service.\n\n## Usage\n\n```sh\nnpm install @authress/component-library\n```\n\n```js\nimport '@authress/component-library';\n```\n\n```html\n\u003cauthress-mfa-devices\u003e\u003c/authress-mfa-devices\u003e\n\u003cauthress-user-profile\u003e\u003c/authress-user-profile\u003e\n\u003cauthress-role-selector\u003e\u003c/authress-role-selector\u003e\n\u003cauthress-vanishing-keys secret=\"forced-secret-generation\"\u003e\u003c/authress-vanishings-keys\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauthress%2Fcomponent-library.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauthress%2Fcomponent-library.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauthress%2Fcomponent-library.js/lists"}