diff --git a/src/components/AuthProvider/AuthProvider.stories.mdx b/src/components/AuthProvider/AuthProvider.stories.mdx index 7088dae..b1e8977 100644 --- a/src/components/AuthProvider/AuthProvider.stories.mdx +++ b/src/components/AuthProvider/AuthProvider.stories.mdx @@ -32,6 +32,8 @@ export default function App(){ | `useToken` | The current access token. Will be `null` if there is no access token. | `String` | | `useLoginSetter` | A function to set the token value. | `function` | +For an in depth explanation of this pattern, see [this GitHub comment](https://github.itap.purdue.edu/ECN/webqueue2/issues/15#issuecomment-341). + ## Examples ### Use Login Data ```js