Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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```