@luigi-project/plugin-auth-oidc 2.22.2-dev.20250620037 → 2.22.2-dev.202506210036
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -18,8 +18,8 @@ meta -->
|
|
|
18
18
|
|
|
19
19
|
## Overview
|
|
20
20
|
|
|
21
|
-
This [authorization plugin](https://github.com/
|
|
22
|
-
Further configuration details can be found in the [main documentation](https://docs.luigi-project.io/docs/authorization-configuration#openid-connect-configuration). We support Authorization Code with PKCE and Implicit Grant flow. If you don't need Implict flow please use [OIDC plugin with PKCE](https://github.com/
|
|
21
|
+
This [authorization plugin](https://github.com/luigi-project/luigi/tree/main/plugins/auth/public/auth-oidc) contains a library that allows your application to extend the [Luigi framework](https://github.com/luigi-project/luigi/tree/main/core) with an OpenID Connect authorization provider.
|
|
22
|
+
Further configuration details can be found in the [main documentation](https://docs.luigi-project.io/docs/authorization-configuration#openid-connect-configuration). We support Authorization Code with PKCE and Implicit Grant flow. If you don't need Implict flow please use [OIDC plugin with PKCE](https://github.com/luigi-project/luigi/tree/main/plugins/auth/public/auth-oidc-pkce) instead of this one.
|
|
23
23
|
|
|
24
24
|
## Installation
|
|
25
25
|
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"main": "plugin.js",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "ssh://github.com/
|
|
8
|
+
"url": "ssh://github.com/luigi-project/luigi.git"
|
|
9
9
|
},
|
|
10
10
|
"publishConfig": {
|
|
11
11
|
"tag": "luigi-plugin-auth-oidc"
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
"openid connect",
|
|
18
18
|
"provider"
|
|
19
19
|
],
|
|
20
|
-
"version": "2.22.2-dev.
|
|
20
|
+
"version": "2.22.2-dev.202506210036"
|
|
21
21
|
}
|