piral-oauth2 1.5.3-beta.6918 → 1.5.3-beta.6919
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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[](https://piral.io)
|
|
2
2
|
|
|
3
|
-
# [Piral OAuth 2.0](https://piral.io) · [](https://github.com/smapiot/piral/blob/main/LICENSE) [](https://www.npmjs.com/package/piral-oauth2) [](https://jestjs.io) [ · [](https://github.com/smapiot/piral/blob/main/LICENSE) [](https://www.npmjs.com/package/piral-oauth2) [](https://jestjs.io) [](https://discord.gg/kKJ2FZmK8t)
|
|
4
4
|
|
|
5
5
|
This is a plugin that only has a peer dependency to `piral-core`. What `piral-oauth2` brings to the table is a direct integration with OAuth 2.0 identity providers on basis of the client-oauth2 library that can be used with `piral` or `piral-core`.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "piral-oauth2",
|
|
3
|
-
"version": "1.5.3-beta.
|
|
3
|
+
"version": "1.5.3-beta.6919",
|
|
4
4
|
"description": "Plugin to integrate OAuth 2.0 authentication in Piral.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"piral",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"client-oauth2": "^4.2.5"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"piral-core": "1.5.3-beta.
|
|
69
|
+
"piral-core": "1.5.3-beta.6919"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "e4b62b0aa688f440c99cb5db7951824ce5b8775a"
|
|
72
72
|
}
|