Itheum / explorer-dapp

Itheum Explorer enables for the exploration of the Itheum protocol
GNU General Public License v3.0
452 stars 3 forks source link

Explorer: Automatic NativeAuth Login should be supported in same specs as xPortal Hub #128

Closed newbreedofgeek closed 1 year ago

newbreedofgeek commented 1 year ago

The Data DEX supports NativeAuth via the xPortal Hub app. We made this change in the Data DEX code. I believe it reads a "url parameter" that xPortal Hub injects and we then automatically login the user via Dapp Core.

We need to do this exact same with Explorer DApp. This will allow for a Data DEX logged in user to click on "Explore" and come direct to the Explorer app to open their Data NFTs without having to re-login

Requirements:

damienen commented 1 year ago

The "Support NativeAuth login in same specification as xPortal Hub" is already met because we use sdk-dapp

damienen commented 1 year ago

The second pecification is already present in the other ticket:

https://github.com/Itheum/data-dex/issues/1008

The first one is already met so this is should be closed without resolution as no extra code is added for it work.