We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ?
The text was updated successfully, but these errors were encountered:
I can confirm that logout is not working as expected. Just clear local storage and nothing more.
Sorry, something went wrong.
See: #97
No branches or pull requests
is Logout feature ready to be use ? I see this in the definitions file
onLogoutClick() {
OAuth2Client.logout(
oauth2LogoutOptions
).then(() => {
// do something
}).catch(reason => {
console.error("OAuth logout failed", reason);
});
}
Where how do we specify oauth2LogoutOptions ?
The text was updated successfully, but these errors were encountered: