-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: manual token generation * refactor: changes in how info is displayed * refactor: adjustment in token generation logic * feat: save token expiration date * refactor: deleted comments in spanish * refactor: expiration time obtained from response * chore: update dependencies for functional plugin * fix: exclude phpcs execution for vendor directory * refactor: new token function name improved
- Loading branch information
1 parent
373e545
commit 66b2ea9
Showing
160 changed files
with
25,422 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,5 +23,8 @@ | |
"psr-4": { | ||
"App\\Tests\\": "test/" | ||
} | ||
}, | ||
"require": { | ||
"guzzlehttp/guzzle": "^7.7" | ||
} | ||
} |
Oops, something went wrong.