Skip to content

Add a 'CurrentlyLoggedIn' field to local-storage so that a user can still be logged in to the database, without being logged in with web3 #35

@JasoonS

Description

@JasoonS

The auth provider should in this case probably return a variant similar to this.

type loggedInStatus =  | Web3AndDb | Web3Only | DbOnly(Ethers.address) | NotLoggedIn

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions