Kyle Waid

Results 3 issues of Kyle Waid

The module title and description implies having export functionality, however the code seems to have no such feature. Advertising an export that doesn't export.

In the api controller there is a method authorise which checks if the token provided is valid. The code does a regular expression preg_match('/Token token="([a-z0-9]+)"/', $tokenString The tokens I repeatedly...