@animo-id/oauth2
Advanced tools
Comparing version 0.0.2-alpha-20241108100449 to 0.0.2-alpha-20241108125047
@@ -7,2 +7,3 @@ import * as v from 'valibot'; | ||
ServerError = "server_error", | ||
InvalidTarget = "invalid_target", | ||
InvalidRequest = "invalid_request", | ||
@@ -843,2 +844,7 @@ InvalidToken = "invalid_token", | ||
/** | ||
* The resource to which access is being requested. This can help the authorization | ||
* server in determining the resource server to handle the authorization request for | ||
*/ | ||
resource?: string; | ||
/** | ||
* Redirect uri to include in the authorization request | ||
@@ -1250,2 +1256,7 @@ */ | ||
/** | ||
* The resource to which access is being requested. This can help the authorization | ||
* server in determining the resource server to handle the authorization request for | ||
*/ | ||
resource?: string; | ||
/** | ||
* Presentation during issuance sessios if credentials were presented | ||
@@ -1252,0 +1263,0 @@ * as part of an issuance session |
{ | ||
"name": "@animo-id/oauth2", | ||
"version": "0.0.2-alpha-20241108100449", | ||
"version": "0.0.2-alpha-20241108125047", | ||
"exports": { | ||
@@ -18,3 +18,3 @@ ".": { | ||
"valibot": "^0.42.1", | ||
"@animo-id/oauth2-utils": "0.0.2-alpha-20241108100449" | ||
"@animo-id/oauth2-utils": "0.0.2-alpha-20241108125047" | ||
}, | ||
@@ -21,0 +21,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
633499
5533
+ Added@animo-id/oauth2-utils@0.0.2-alpha-20241108125047(transitive)
- Removed@animo-id/oauth2-utils@0.0.2-alpha-20241108100449(transitive)