Skip to content

Commit bc25b23

Browse files
authored
Update OauthController.php
1 parent 67af6a1 commit bc25b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Controller/OauthController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public function receiveToken(
154154
[
155155
'status' => 'success',
156156
'data' => [
157-
'token' => base64_encode(json_encode($token)),
157+
'token' => base64_encode(gzdeflate(json_encode($token), 9)),
158158
]
159159
]
160160
);

0 commit comments

Comments
 (0)