@ttoss/react-auth 2.6.31 → 2.6.32

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 (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -27,6 +27,9 @@ This package provides AWS Cognito-specific implementations of the authentication
27
27
  ```ts
28
28
  import { Amplify, type ResourcesConfig } from 'aws-amplify';
29
29
 
30
+ /**
31
+ * https://docs.amplify.aws/gen1/react/build-a-backend/auth/set-up-auth/
32
+ */
30
33
  const authConfig: ResourcesConfig['Auth'] = {
31
34
  Cognito: {
32
35
  // ... your Cognito config
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/react-auth",
3
- "version": "2.6.31",
3
+ "version": "2.6.32",
4
4
  "description": "ttoss authentication module for React apps.",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -32,10 +32,10 @@
32
32
  "aws-amplify": "^6.0.0",
33
33
  "react": ">=16.8.0",
34
34
  "@ttoss/components": "^2.2.26",
35
- "@ttoss/react-i18n": "^2.0.14",
36
- "@ttoss/logger": "^0.6.4",
37
35
  "@ttoss/forms": "^0.31.3",
36
+ "@ttoss/react-i18n": "^2.0.14",
38
37
  "@ttoss/react-notifications": "^2.4.3",
38
+ "@ttoss/logger": "^0.6.4",
39
39
  "@ttoss/ui": "^5.9.2"
40
40
  },
41
41
  "devDependencies": {
@@ -48,13 +48,13 @@
48
48
  "@ttoss/cloud-auth": "^0.13.2",
49
49
  "@ttoss/components": "^2.2.26",
50
50
  "@ttoss/config": "^1.35.6",
51
- "@ttoss/forms": "^0.31.3",
52
- "@ttoss/logger": "^0.6.4",
53
- "@ttoss/react-i18n": "^2.0.14",
54
51
  "@ttoss/i18n-cli": "^0.7.31",
52
+ "@ttoss/logger": "^0.6.4",
53
+ "@ttoss/forms": "^0.31.3",
55
54
  "@ttoss/react-notifications": "^2.4.3",
55
+ "@ttoss/ui": "^5.9.2",
56
56
  "@ttoss/test-utils": "^2.1.26",
57
- "@ttoss/ui": "^5.9.2"
57
+ "@ttoss/react-i18n": "^2.0.14"
58
58
  },
59
59
  "keywords": [
60
60
  "React",