https://github.com/sashee/auth0-appsync
Example code to show how to integrate Auth0 with AWS AppSync
https://github.com/sashee/auth0-appsync
appsync auth0 aws
Last synced: 11 months ago
JSON representation
Example code to show how to integrate Auth0 with AWS AppSync
- Host: GitHub
- URL: https://github.com/sashee/auth0-appsync
- Owner: sashee
- Created: 2022-02-20T09:09:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-20T09:14:43.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T14:09:49.906Z (about 1 year ago)
- Topics: appsync, auth0, aws
- Language: HCL
- Homepage: https://advancedweb.hu/how-to-configure-auth0-with-aws-appsync/
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example code to show how to integrate Auth0 with AWS AppSync
## Prerequisites
* AWS account
* Terraform installed and configured
* Auth0 account
## Setup Auth0 for Terraform
* Go to the documentation page: https://marketplace.auth0.com/integrations/terraform
* and follow the **Create a Machine to Machine Application** chapter
## Deploy
* ```terraform init```
* ```terraform apply```
## Use
* Go to the URL Terraform prints
* Log in with either ```user1@example.com``` // ```Password.1``` or ```user2@example.com``` // ```Password.1```
* The page shows the ```context.identity``` values AppSync gets
## Cleanup
* ```terraform destroy```