https://github.com/arpitbhalla/react-auth-wrap-provider
https://github.com/arpitbhalla/react-auth-wrap-provider
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arpitbhalla/react-auth-wrap-provider
- Owner: arpitBhalla
- License: gpl-3.0
- Created: 2021-08-21T12:10:23.000Z (almost 5 years ago)
- Default Branch: next
- Last Pushed: 2021-09-09T12:43:18.000Z (almost 5 years ago)
- Last Synced: 2025-04-08T20:07:05.215Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/react-auth-wrap-provider
- Size: 759 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-auth-wrap-provider
    
## Getting Started :rocket:
`npm i react-auth-wrap-provider`
### Usage
```js
// index.js
```
```js
// myProtectedPage.js
{user?.displayName}
```