-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from argentlabs/fix/update-cache-auth
fix: use cache_authorization flag defaulted to false for hybrid sessions
- Loading branch information
Showing
10 changed files
with
152 additions
and
864 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,4 @@ | ||
export * from "./offchainSessionUtils" | ||
export { OffchainSessionAccountV5 } from "./offchainSessionAccountV5" | ||
export { OffchainSessionAccount } from "./offchainSessionAccount" | ||
export { OffchainSessionAccount as default } from "./offchainSessionAccount" | ||
export { createSessionAccount } from "./utils" | ||
export type { | ||
AllowedMethod, | ||
CreateSessionOptions, | ||
CreateSessionParams, | ||
SessionParams, | ||
} from "./hybridSessionTypes" | ||
export * from "./utils" | ||
export type * from "./sessionTypes" | ||
|
||
export { type SignSessionError } from "./errors" |
Oops, something went wrong.