Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
projet-cdaw
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Raphaël PEIM
projet-cdaw
Commits
005cac1b
Commit
005cac1b
authored
Dec 01, 2020
by
raphael.peim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update token
parent
c2820a9c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
LoginController.class.php
frontend/public/api/controller/LoginController.class.php
+1
-1
ValidatetokenController.class.php
...d/public/api/controller/ValidatetokenController.class.php
+0
-1
No files found.
frontend/public/api/controller/LoginController.class.php
View file @
005cac1b
...
...
@@ -42,7 +42,7 @@
"data"
=>
array
(
"firstname"
=>
$user
->
firstname
,
"lastname"
=>
$user
->
lastname
,
"l
astname
"
=>
$user
->
login
,
"l
ogin
"
=>
$user
->
login
,
"email"
=>
$user
->
email
)
);
...
...
frontend/public/api/controller/ValidatetokenController.class.php
View file @
005cac1b
...
...
@@ -14,7 +14,6 @@
public
function
processRequest
()
{
try
{
$jwt_token
=
$this
->
request
->
getJwtToken
();
// echo "jwt = $jwt_token";
$decodedJWT
=
JWT
::
decode
(
$jwt_token
,
JWT_BACKEND_KEY
,
array
(
'HS256'
));
$jsonResult
=
json_encode
(
array
(
"message"
=>
"Access granted."
,
...
...
Write
Preview
Markdown
is supported
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