giekaton / php-metamask-user-login

Web3 passwordless user login with MetaMask and PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No session

asilvafx opened this issue · comments

really cool script although it doesnt seem to create a session. Soon as you refresh the page it kills the current login

It's based on JWT, not on sessions.

It's based on JWT, not on sessions.

And how you keep the users loggedIn? 🤔

You need to store auth token somewhere, but I'm not sure what would be a secure way to do this.