-
Notifications
You must be signed in to change notification settings - Fork 174
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
Updating Auth API to allow dynamic logout #1631
Conversation
…o click the logout button
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 ! Thx
* master: bump the versions of luigi packages (SAP#1649) Add NodeAccessibilityResolver tip to auth document (SAP#1639) Adding funtionality to logout the user dynamically without the need to click the logout button (SAP#1631) fix issues with brken left side nav in semiCollapsed mode and scroller (SAP#1633) Add ids and aria-labeldby to the nested lists (SAP#1607) fixed nav hrefs for hash routing (SAP#1640)
…o click the logout button (SAP#1631)
Added a logout function in the Auth API so that one can logout the user dynamically.
Description
Changes proposed in this pull request:
logout()
which allows logging the user out dynamically