Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
dashboard
Commits
e8886e5b
Commit
e8886e5b
authored
May 17, 2018
by
Andrea Ida Malkah Klaura
Browse files
FIX: do proper signout after token expiration
parent
aa874045
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/App.vue
View file @
e8886e5b
...
...
@@ -151,6 +151,7 @@ export default {
})
this
.
oidcmgr
.
events
.
addAccessTokenExpired
(
function
()
{
console
.
log
(
'
expired!
'
)
self
.
signOut
()
})
this
.
getOIDCUser
()
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment