https://github.com/authress/component-library.js
The Authress component library provides auth components for easy user management and role changes.
https://github.com/authress/component-library.js
Last synced: 4 months ago
JSON representation
The Authress component library provides auth components for easy user management and role changes.
- Host: GitHub
- URL: https://github.com/authress/component-library.js
- Owner: Authress
- License: apache-2.0
- Created: 2023-05-19T18:45:01.000Z (about 3 years ago)
- Default Branch: release/1.1
- Last Pushed: 2025-04-15T19:26:54.000Z (about 1 year ago)
- Last Synced: 2025-10-13T07:52:38.310Z (8 months ago)
- Language: JavaScript
- Homepage: https://authress.io
- Size: 787 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Authress Web Component Library
This is the Authress web component library. It provides full featured web components to provide easy and direct integration with Authress.
### Library Contents:
* [MFA Device Management](./src/components/mfaDevices/mfaDevices.js) - Library component to automatically display a users existing MFA devices and manage them.
* [User Profile](./src/components/userProfile/userProfile.js) - Easily display the user profile view with all their data sourced from your user's access token.
* [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.
* [Vanishing Keys](./src/components/vanishingKeys.js) - The UI web component that communicates with the [Authress Vanishing Keys](https://github.com/Authress/vanishing-keys) service.
## Usage
```sh
npm install @authress/component-library
```
```js
import '@authress/component-library';
```
```html
```