You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,10 @@ person.name // => Paul Waters
41
41
person.email// => paul.waters@gmail.com
42
42
```
43
43
44
+
If you have an application that uses `auth0`, check out [`@simulacrum/auth0-simulator`](./packages/auth0) on how you can get started.
45
+
46
+
We also have complete examples for [`nextjs with auth0 react`](./examples/nextjs-with-auth0-react) and [`nextjs with nextjs auth0`](./examples/nextjs-with-nextjs-auth0).
Copy file name to clipboardExpand all lines: packages/auth0/README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ If this does not meet your needs then please create a github issue to start a co
21
21
22
22
## Quick Start
23
23
24
+
This quick start assumes you have your own app with auth0. Check out [`nextjs with auth0 react`](./examples/nextjs-with-auth0-react) and [`nextjs with nextjs auth0`](./examples/nextjs-with-nextjs-auth0) for more complete examples that provides a barebone application.
25
+
24
26
### Graphql
25
27
26
28
Let's start our server.
@@ -62,7 +64,7 @@ mutation CreateSimulation {
62
64
}
63
65
```
64
66
65
-
This mutation creates your first simulation, and runs it in memory. Every time you start the server, you will need to apply these mutations. This can also be done programmatically which will be your likely interface while writing tests.
67
+
This mutation creates your first simulation. Every time you start the server, you will need to apply these mutations. This can also be done programmatically which will be your likely interface while writing tests.
0 commit comments