How to connect walletlink with moralis authentication

Hi i want to connect with wallet link for coinbase. i am able to get connect with web3 object… but i want to set that login object with “Moralis.User.current()” object, so i can get this session anywhere.

what you mean by

the authentication part will not also save/keep the web3 instance forever, it will only use the web3 instance for login and after that a browser session will be used to keep that user authenticated until the session expired or the user uses logout.

Not for forever… i want to login with walletlink and login details i can found in Moralis.User.current()
for now if i am login with wallet link using Custom Wallet Login code… i am able to get my wallet address in web3 object but not in “Moralis.User.current()