@opble/auth0-react 1.1.0 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +20 -0
  2. package/dist/index.js +3385 -3787
  3. package/package.json +5 -4
package/README.md ADDED
@@ -0,0 +1,20 @@
1
+ # @opble/auth0-react
2
+
3
+ ## Getting started
4
+
5
+ 1. Install dependency
6
+
7
+ ```sh
8
+ npm install @opble/auth0-react
9
+ ```
10
+
11
+ 2. Include style.css
12
+
13
+ ```javascript
14
+ // main.tsx or App.tsx
15
+ import '@opble/auth0-react/style.css';
16
+ ```
17
+
18
+ ## Components
19
+
20
+ - `ProtectedRoute`: force users to sign in to use