Ajay Patel
Ajay Patel
Any solution on this yet?
I am using this function for checking nonce public function checkNonce($provider) { if ($this->oauth->timestamp > (time() + 5*60)) { return OAUTH_BAD_TIMESTAMP; } elseif ($this->consumer->hasNonce($provider->nonce, $this->oauth->timestamp)) { return OAUTH_BAD_NONCE; } else...
Me too having the same issue, changes db info, Why ?
Hi there, We're working on our new base which is in Bootstrap 5. Once we will complete that then we can plan accordingly. Stay Safe~
Correct suppose I wish to use https://daisyui.com/ with tailwind CSS. How can I provide knowledge of https://daisyui.com/ first and use it's component to code the screen?