Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brionmario/asgardeo-integrations
Sample application to demonstration login integration with Asgardeo using the Asgardeo React SDK
https://github.com/brionmario/asgardeo-integrations
asgardeo ciam iam integration portfolio react sdk wso2
Last synced: about 5 hours ago
JSON representation
Sample application to demonstration login integration with Asgardeo using the Asgardeo React SDK
- Host: GitHub
- URL: https://github.com/brionmario/asgardeo-integrations
- Owner: brionmario
- License: apache-2.0
- Created: 2021-10-28T06:37:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T06:50:58.000Z (over 1 year ago)
- Last Synced: 2023-05-01T07:51:28.169Z (over 1 year ago)
- Topics: asgardeo, ciam, iam, integration, portfolio, react, sdk, wso2
- Language: CSS
- Homepage:
- Size: 7.86 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Asgardeo Integrations
Repo containing sample apps covering Asgardeo Integration use-cases.
[![👷 PR Builder](https://github.com/brionmario/asgardeo-integrations/actions/workflows/pr-builder.yml/badge.svg)](https://github.com/brionmario/asgardeo-integrations/actions/workflows/pr-builder.yml)
[![🚀 Deploy to Firebase](https://github.com/brionmario/asgardeo-integrations/actions/workflows/firebase-deploy.yml/badge.svg)](https://github.com/brionmario/asgardeo-integrations/actions/workflows/firebase-deploy.yml)## App Index
| App | Access URL |
| :------------ |:------------- |
| Happy Pets | https://happy-pets-demo.web.app |
| Netflix | https://nflx-demo.web.app |
| Drogo NFT | https://drogo-nft-demo.web.app |## Prerequisites
1. Install NodeJS from [https://nodejs.org/en/download/](https://nodejs.org/en/download/).
2. Yarn```shell
npm install -g yarn
```## Setup
### Install Packages
```shell
yarn
```### Build the Mono-repo
```shell
yarn build
```## Apps
### Netflix
```shell
cd apps/netflix
yarn start
```### Happy Pets
```shell
cd apps/happy-pets
yarn start
```### Drogo NFT
```shell
cd apps/drogo-nft
yarn start
```## Contributing
If you would like to contribute to the project by adding new integration apps, follow the [CONTRIBUTING](./CONTRIBUTING.md) guide.