Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion auth/auth0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Add Auth0 Authentication to your Graphcool project 🎁
## Getting Started

### 1. Add the template to your Graphcool service
From your server directory (e.g. if you were to just have run `graphcool init server` your "service directory" would be `./server`) run:

```sh
graphcool add-template graphcool/templates/auth/auth0
Expand Down Expand Up @@ -88,4 +89,4 @@ Paste the mutation copied from above

You should see that a new user has been created. The returned token can be used to authenticate requests to your Graphcool API as that user. Note that running the mutation again with a new Auth0 token for the same user will not add a new user.

![](http://i.imgur.com/5RHR6Ku.png)
![](http://i.imgur.com/5RHR6Ku.png)