@luigi-project/plugin-auth-oauth2 2.22.2-dev.20250640036 → 2.22.2-dev.202507100037

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -18,7 +18,7 @@ meta -->
18
18
 
19
19
  ## Overview
20
20
 
21
- This [authorization plugin](https://github.com/SAP/luigi/tree/main/plugins/auth/public/auth-oauth2) contains a library that allows your application to extend the [Luigi framework](https://github.com/SAP/luigi/tree/main/core) with an OAuth2 authorization provider.
21
+ This [authorization plugin](https://github.com/luigi-project/luigi/tree/main/plugins/auth/public/auth-oauth2) contains a library that allows your application to extend the [Luigi framework](https://github.com/luigi-project/luigi/tree/main/core) with an OAuth2 authorization provider.
22
22
  Further configuration details can be found in the [main documentation](https://docs.luigi-project.io/docs/authorization-configuration#oauth2-implicit-grant-configuration).
23
23
 
24
24
  ## Installation
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/SAP/luigi.git"
8
+ "url": "ssh://github.com/luigi-project/luigi.git"
9
9
  },
10
10
  "publishConfig": {
11
11
  "tag": "luigi-plugin-auth-oauth2"
@@ -16,5 +16,5 @@
16
16
  "oauth2",
17
17
  "provider"
18
18
  ],
19
- "version": "2.22.2-dev.20250640036"
19
+ "version": "2.22.2-dev.202507100037"
20
20
  }