erme2 / light-token
A really light and easy to use class to create and check an expiring tokens using a saltkey
Installs: 37 909
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/erme2/light-token
Requires
- php: >=7.0.0
Requires (Dev)
- phpunit/phpunit: ^6
README
A really light and easy to use class to create and check timed tokens using a saltkey.
The purpose of this package is to improve security in automated systems connecting each other in an open context.
// to do - complete this readme file