You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that current ways web apps handle persistent sessions are too limited or broken:
some web apps don't remember user account at all and require pressing Login button on every page refresh
some remember the account but don't react on the fact that the user actually switched it in their browser extension
some apps ask for permissions out of the blue, probably to make sure that it's the same user that was logged in before.
Could we have some permissionless API to check whether currently active user has already authorized certain methods for the given website? Something like
I believe that could be one of the things that simplifies session management in web apps and possibly makes web apps more complete and predictable for end-users.
The text was updated successfully, but these errors were encountered:
alopatindev
changed the title
NIP-07: Permissionless check whether currently active user has authorized methods
NIP-07: Lack of permissionless check whether currently active user has authorized methods
Aug 12, 2024
Those mostly seem like flaws in implementation. I for one wouldn't use this. What I would like is a way to get notified if permission is revoked (for both nip 07 and 46).
I found that current ways web apps handle persistent sessions are too limited or broken:
Could we have some permissionless API to check whether currently active user has already authorized certain methods for the given website? Something like
I believe that could be one of the things that simplifies session management in web apps and possibly makes web apps more complete and predictable for end-users.
The text was updated successfully, but these errors were encountered: