Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
banners-with-skip
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
dfd498b2
authored
2017-01-13 10:31:26 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
s
1 parent
4cd142f6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
signin.php
signin.php
View file @
dfd498b
...
...
@@ -153,7 +153,11 @@ $app->post('/disconnect', function () use ($app, $client) {
$client
->
revokeToken
(
$token
);
// Remove the credentials from the user's session.
$app
[
'session'
]
->
set
(
'token'
,
''
);
$app
=
""
;
$_SESSION
=
[];
session_destroy
();
session_unset
();
return
new
Response
(
'Successfully disconnected'
,
200
);
});
...
...
Please
register
or
sign in
to post a comment