Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Logout feature ios, android and web #209

Open
sallyg1 opened this issue Aug 5, 2022 · 2 comments
Open

Feat: Logout feature ios, android and web #209

sallyg1 opened this issue Aug 5, 2022 · 2 comments

Comments

@sallyg1
Copy link

sallyg1 commented Aug 5, 2022

is Logout feature ready to be use ? I see this in the definitions file

/**
 * @since 3.1.0 ... not implemented yet!
 */
logoutUrl?: string;

onLogoutClick() {
OAuth2Client.logout(
oauth2LogoutOptions
).then(() => {
// do something
}).catch(reason => {
console.error("OAuth logout failed", reason);
});
}

Where how do we specify oauth2LogoutOptions ?

@sallyg1 sallyg1 changed the title Feat: Logout feature Feat: Logout feature ios, android and web Aug 5, 2022
@meriturva
Copy link

I can confirm that logout is not working as expected. Just clear local storage and nothing more.

@meriturva
Copy link

See: #97

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants