@luigi-project/plugin-auth-oauth2 1.22.0 → 1.24.0
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.
- package/README.md +7 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
<!-- meta
|
|
2
2
|
{
|
|
3
3
|
"node": {
|
|
4
|
-
"label": "OAuth2",
|
|
4
|
+
"label": "OAuth2 Plugin",
|
|
5
5
|
"category": {
|
|
6
|
-
"label": "Authorization
|
|
6
|
+
"label": "Authorization",
|
|
7
|
+
"collapsible": true
|
|
7
8
|
},
|
|
8
9
|
"metaData": {
|
|
9
|
-
"categoryPosition":
|
|
10
|
-
"position":
|
|
10
|
+
"categoryPosition": 4,
|
|
11
|
+
"position": 2
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
14
|
}
|
|
14
15
|
meta -->
|
|
16
|
+
|
|
15
17
|
# OAuth2 - Authorization Plugin for Luigi Core
|
|
16
18
|
|
|
17
19
|
## Overview
|
|
@@ -76,4 +78,4 @@ If your application does not use webpack or you installed Luigi without a framew
|
|
|
76
78
|
"copyCallbackOAuth": "copyfiles -f node_modules/@luigi-project/plugin-auth-oauth2/callback.html public/assets/auth-oauth2"
|
|
77
79
|
```
|
|
78
80
|
|
|
79
|
-
Running `npm run build` should then suffice to bundle the config and also copy the callback file.
|
|
81
|
+
Running `npm run build` should then suffice to bundle the config and also copy the callback file.
|
package/package.json
CHANGED