Skip to content

Commit

Permalink
Update AuthProvider docs with a description of components function
Browse files Browse the repository at this point in the history
  • Loading branch information
wrigh393 committed Feb 8, 2021
1 parent ad09aca commit 53c34ba
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions src/components/AuthProvider/AuthProvider.md
Original file line number Diff line number Diff line change
@@ -1,14 +1 @@
AuthProvider

Description

---

```jsx
import AuthProvider from "./AuthProvider";

<AuthProvider />
```
```jsx static
<AuthProvider />
```
The AuthProvider component purpose is to give users access tokens on login and to refresh the tokens at set intervals of time.

0 comments on commit 53c34ba

Please sign in to comment.