latch-sdk-php
latch-sdk-php copied to clipboard
feat: new endponts for totp, common name and check control status
:pushpin: References
-
:cactus: path2-lib branch: main
-
:arrows_counterclockwise:LATCH-2425
:tophat: What is the goal?
Update access url Update copyright Add new endpoints
:memo: Notes
- Update copyright
- Update urls to latch.tu.com
- Update latch with totps and control-status
- Update project examples, test, gitignore and some minor fixes
It's a minor upgrade adding new funcionality, should be backward compatible
In order to run tests: Download project and execute (with composer and php installed):
composer update
php example/example_basic.php
:art: A picture is worth a thousand words
:white_check_mark: Checklist
- [x] Solution implemented
- [x] Tests completed