Skip to content

logOut not working on iOS #33

@aschenkel

Description

@aschenkel

When user logs out I call this function in order to remove session from asyncstorage and update state accordingly

logout(){
     FabricTwitterKit.logOut()
     AsyncStorage.removeItem('session')
     this.props.logOut()
}

When user try to log in again, it opens safari login screen but it doesn't ask for user and password as usual. Instead it automatically "logs in" user and redirect it to my app as if Twitter Client instance was saved.

Is this a bug or am I doing something wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions