https://github.com/alphahydrae/explore-auth0
An Angular application demonstrating Auth0 integration
https://github.com/alphahydrae/explore-auth0
angular auth0
Last synced: about 2 months ago
JSON representation
An Angular application demonstrating Auth0 integration
- Host: GitHub
- URL: https://github.com/alphahydrae/explore-auth0
- Owner: AlphaHydrae
- Created: 2021-08-25T09:53:29.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-25T09:58:23.000Z (almost 5 years ago)
- Last Synced: 2025-01-19T22:15:20.313Z (over 1 year ago)
- Topics: angular, auth0
- Language: TypeScript
- Homepage: https://auth0.com
- Size: 254 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Explore Auth0
An Angular application demonstrating [Auth0](https://auth0.com) integration.
## Requirements
* A configured [Auth0](https://auth0.com) application as per the [Angular SPA
quickstart](https://auth0.com/docs/quickstart/spa/angular)
* [Node.js](https://nodejs.org) 16.x
## Usage
Clone this repository and install dependencies:
```bash
git clone https://github.com/AlphaHydrae/explore-auth0.git
cd explore-auth0
npm ci
```
Create a `.env` file then edit it to fill in your Auth0 domain and client ID:
```bash
cp .env.sample .env
```
Start the application:
```bash
npm start
```
Visit http://localhost:4200.