@pelican-identity/vanilla 1.0.43 → 1.0.44
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 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -239,7 +239,6 @@ POST https://identityapi.pelicanidentity.com/verify-session
|
|
|
239
239
|
Include the following headers in your request:
|
|
240
240
|
|
|
241
241
|
- `x-public-key` — Your Pelican public API key
|
|
242
|
-
- `x-project-id` — Your Pelican project ID
|
|
243
242
|
|
|
244
243
|
---
|
|
245
244
|
|
|
@@ -279,7 +278,7 @@ const data = await response.json();
|
|
|
279
278
|
|
|
280
279
|
A successful response will return a verified payload containing:
|
|
281
280
|
|
|
282
|
-
- `
|
|
281
|
+
- `pelican_id ` — Pelican user identity details
|
|
283
282
|
- `verified` — Boolean indicating token validity
|
|
284
283
|
- `issued_at` — Timestamp of when the token was generated
|
|
285
284
|
- `expires_at` — Token expiration timestamp
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pelican-identity/vanilla",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.44",
|
|
4
4
|
"description": "JavaScript components for Pelican Identity authentication",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"package.json"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@pelican-identity/auth-core": "^1.2.
|
|
22
|
+
"@pelican-identity/auth-core": "^1.2.47"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"tsup": "^8.0.1",
|