cdhiraj40 / mobile-dapp-scaffold

Simplify your Solana mobile dApp development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Implement reauthorization after initial authentication

cdhiraj40 opened this issue · comments

Is your feature request related to a problem? Please describe.

The current authentication process for every wallet interaction in the scaffold is inefficient. It would be more effective to reauthorize after initial authentication using the auth token.

Describe the solution you'd like

I would like to see a solution where the scaffold is updated to reauthorize wallet interactions after initial authentication. This will improve the efficiency of the authentication process and ensure that users are not constantly prompted for authentication, providing a better user experience overall.