Kasper
Vanilla StaffKasper Vanilla Staff
Reactions
-
Re: Vanilla API
Tokens are like "passwords" generated by both the client and the server and then compared. You will therefore have to generate a token per the documentation and include it in your request. (View Post)1 -
Re: find error message
Here you go: https://github.com/vanillaforums/Garden/blob/e59677d6eb5713845ea69531b5e0602776b03bd5/applications/dashboard/models/class.usermodel.php#L406-L410 (View Post)2 -
Re: [Solved] unable to use 0.0.10-dev & problem with signature based authentication
Hi! First off, thanks heaps for the compliments! The latest version of Vanilla API requires the master branch of Garden. 2.1b2 will not be enough. Let me know if an update solves the issue! (View Post)2 -
Re: Where is 2.1beta2? Github-master installs Version 2.2.4!!!
The Github releases can be found here: https://github.com/vanillaforums/Garden/releases (View Post)3 -
Re: New Coding Standards?
Existing code won't be touched for a good, long while – nothing will break. So far, we've merely added a couple of new functions that I've personally used in a few projects: https://github.com/vanill… (View Post)1