Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.