piral-oidc 0.15.11-beta.5506 → 0.15.12-beta.5528
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/esm/types.d.ts +1 -1
- package/lib/types.d.ts +1 -1
- package/package.json +3 -3
package/esm/types.d.ts
CHANGED
|
@@ -145,7 +145,7 @@ export interface PiralCustomOidcProfile {
|
|
|
145
145
|
/**
|
|
146
146
|
* The defined OIDC profile.
|
|
147
147
|
*/
|
|
148
|
-
export
|
|
148
|
+
export type OidcProfile = PiralCustomOidcProfile & Profile;
|
|
149
149
|
export interface OidcRequest {
|
|
150
150
|
/**
|
|
151
151
|
* Sets the headers of the request.
|
package/lib/types.d.ts
CHANGED
|
@@ -145,7 +145,7 @@ export interface PiralCustomOidcProfile {
|
|
|
145
145
|
/**
|
|
146
146
|
* The defined OIDC profile.
|
|
147
147
|
*/
|
|
148
|
-
export
|
|
148
|
+
export type OidcProfile = PiralCustomOidcProfile & Profile;
|
|
149
149
|
export interface OidcRequest {
|
|
150
150
|
/**
|
|
151
151
|
* Sets the headers of the request.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "piral-oidc",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.12-beta.5528",
|
|
4
4
|
"description": "Plugin to integrate authentication using OpenID connect in Piral.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"piral",
|
|
@@ -66,10 +66,10 @@
|
|
|
66
66
|
"oidc-client": "^1.10.1"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"piral-core": "0.15.
|
|
69
|
+
"piral-core": "0.15.12-beta.5528"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"piral-core": "0.14.x || 0.15.x"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "6d97a2baca7ae3e5fb19a754ba55d44b40ed137e"
|
|
75
75
|
}
|