Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-20T09:14:43.000Z (almost 3 years ago)
- Last Synced: 2024-12-01T17:24:30.612Z (2 months 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 ```[email protected]``` // ```Password.1``` or ```[email protected]``` // ```Password.1```
* The page shows the ```context.identity``` values AppSync gets## Cleanup
* ```terraform destroy```