/asgardeo-integrations

Sample applications to demonstration login integrations using `@asgardeo/auth-react`

Primary LanguageCSSApache License 2.0Apache-2.0

Asgardeo Integrations

Repo containing sample apps covering Asgardeo Integration use-cases.

👷 PR Builder 🚀 Deploy to Firebase

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/.
  2. Yarn
npm install -g yarn

Setup

Install Packages

yarn

Build the Mono-repo

yarn build

Apps

Netflix

cd apps/netflix
yarn start

Happy Pets

cd apps/happy-pets
yarn start

Drogo NFT

cd apps/drogo-nft
yarn start

Contributing

If you would like to contribute to the project by adding new integration apps, follow the CONTRIBUTING guide.