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
58c1499e
authored
2017-01-13 11:11:00 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
33
1 parent
2d8a428f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
signin.php
signin.php
View file @
58c1499
...
...
@@ -149,6 +149,7 @@ $app->get('/activities', function () use ($app, $client, $plus) {
// Revoke current user's token and reset their session.
$app
->
post
(
'/disconnect'
,
function
()
use
(
$app
,
$client
)
{
error_log
(
'destroy_start'
);
$token
=
json_decode
(
$app
[
'session'
]
->
get
(
'token'
))
->
access_token
;
$client
->
revokeToken
(
$token
);
// Remove the credentials from the user's session.
...
...
Please
register
or
sign in
to post a comment