From 53c34bafaef586bb9cc732c9196dc358e8d30510 Mon Sep 17 00:00:00 2001 From: wrigh393 Date: Mon, 8 Feb 2021 15:18:20 -0500 Subject: [PATCH] Update AuthProvider docs with a description of components function --- src/components/AuthProvider/AuthProvider.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/components/AuthProvider/AuthProvider.md b/src/components/AuthProvider/AuthProvider.md index aad5bee..a5a9be9 100644 --- a/src/components/AuthProvider/AuthProvider.md +++ b/src/components/AuthProvider/AuthProvider.md @@ -1,14 +1 @@ -AuthProvider - -Description - ---- - -```jsx -import AuthProvider from "./AuthProvider"; - - -``` -```jsx static - -``` \ No newline at end of file +The AuthProvider component purpose is to give users access tokens on login and to refresh the tokens at set intervals of time.