@casual-simulation/aux-vm 3.2.7-alpha.7025309689 → 3.2.7-alpha.7035854464
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/auth/AuxAuth.d.ts +4 -0
- package/package.json +5 -5
package/auth/AuxAuth.d.ts
CHANGED
|
@@ -259,6 +259,10 @@ export interface AuxAuth {
|
|
|
259
259
|
* @param hasAccount Whether the user has an account.
|
|
260
260
|
*/
|
|
261
261
|
provideHasAccount(hasAccount: boolean): Promise<void>;
|
|
262
|
+
/**
|
|
263
|
+
* Specifies when the user has completed the OAuth login process.
|
|
264
|
+
*/
|
|
265
|
+
provideOAuthLoginComplete(): Promise<void>;
|
|
262
266
|
/**
|
|
263
267
|
* Cancels the in-progress login attempt.
|
|
264
268
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@casual-simulation/aux-vm",
|
|
3
|
-
"version": "3.2.7-alpha.
|
|
3
|
+
"version": "3.2.7-alpha.7035854464",
|
|
4
4
|
"description": "A set of abstractions required to securely run an AUX.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aux"
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"url": "https://github.com/casual-simulation/casualos/issues"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@casual-simulation/aux-common": "^3.2.7-alpha.
|
|
43
|
-
"@casual-simulation/aux-records": "^3.2.7-alpha.
|
|
44
|
-
"@casual-simulation/aux-runtime": "^3.2.7-alpha.
|
|
42
|
+
"@casual-simulation/aux-common": "^3.2.7-alpha.7035854464",
|
|
43
|
+
"@casual-simulation/aux-records": "^3.2.7-alpha.7035854464",
|
|
44
|
+
"@casual-simulation/aux-runtime": "^3.2.7-alpha.7035854464",
|
|
45
45
|
"@casual-simulation/crypto": "^3.2.0",
|
|
46
46
|
"@casual-simulation/fast-json-stable-stringify": "^3.1.11",
|
|
47
47
|
"@casual-simulation/timesync": "^3.1.28",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"rxjs": "7.5.7",
|
|
54
54
|
"uuid": "^8.3.2"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "e8447e0761a8befffeea7b7d60ebccafa57dedd6"
|
|
57
57
|
}
|