Skip to content

Commit 20c2d3a

Browse files
committed
enabled implicit session for passkeys
1 parent e54c8fb commit 20c2d3a

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

Packages/Sequence-Unity/Sequence/SequenceSDK/EcosystemWallet/Authentication/SequenceConnect.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
using System.Threading.Tasks;
2-
using Sequence.EcosystemWallet.Primitives;
3-
using UnityEngine.Assertions;
42

53
namespace Sequence.EcosystemWallet
64
{
@@ -25,7 +23,6 @@ public async Task<IWallet> SignInWithApple(IPermissions permissions)
2523

2624
public async Task<IWallet> SignInWithPasskey(IPermissions permissions)
2725
{
28-
Assert.IsNotNull(permissions, "Permissions cannot be null when you sign in with passkey.");
2926
return await SignIn(permissions, "passkey", null);
3027
}
3128

Packages/Sequence-Unity/package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xyz.0xsequence.waas-unity",
3-
"version": "5.0.5",
3+
"version": "5.0.6",
44
"displayName": "Sequence Embedded Wallet SDK",
55
"description": "A Unity SDK for Sequence APIs",
66
"unity": "2021.3",
@@ -40,11 +40,6 @@
4040
"description": "Basic demo scene showcasing the SDK functionality using Sequence's boilerplates.",
4141
"path": "Sequence/Samples~/Demo"
4242
},
43-
{
44-
"displayName": "Ecosystem Wallet Demo",
45-
"description": "Basic Ecosystem Wallet Demo showcasing the SDK functionality.",
46-
"path": "Sequence/Samples~/Demo V3"
47-
},
4843
{
4944
"displayName": "Android Secure Storage",
5045
"description": "Android native code required for secure, Keystore-based, storage.",

0 commit comments

Comments
 (0)