diff --git a/auth/auth0/README.md b/auth/auth0/README.md index ad62c7b..48b6dfe 100644 --- a/auth/auth0/README.md +++ b/auth/auth0/README.md @@ -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 @@ -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) \ No newline at end of file +![](http://i.imgur.com/5RHR6Ku.png)