Marco

Results 410 comments of Marco

Thank you! Does the library download and install successfully with Composer, or is there a problem during that step already? Does your existing code (without any 2FA stuff) work correctly?...

Sorry for the huge delay! Everything is now here: https://github.com/delight-im/PHP-Auth/issues/318

The server-side part should be covered fairly well with the examples from the README, right? So that shouldn’t be too complex or leave open too many questions. As for the...

So I don’t know if it would be helpful to provide boilerplates for the forms for React or Vue or any front-end framework. But either Bootstrap or plain HTML could...

Thanks! It’s split into two parts to protect against timing attacks. But it’s really just one pair with one meaning. Actually, the two parts could even be joined together and...

Thank you! Do you just want to rename all the tables needed for this library to start with a shared prefix, such as `phpauth.` or `phpauth_`? From the README: >...

Thanks for helping here! Just in case anyone has a similar problem: * There is no need to call `session_start()` usually, as the library does this automatically. But if you...

Thanks! Yes, the fix is very easy. But unfortunately, we still have to support PHP 7.0, for example for clients on Ubuntu with Ubuntu Expanded Security Maintenance (ESM). In production,...

So for now, to keep PHP 7.0 support, we won’t be able to avoid this deprecation warning just yet. But there is no reason you should be bothered by the...

Thanks for your feedback! > I'll tie points 1,2,3,8 to the `app` URL parameter. Yes, that would be perfect. > Not sure about point 4. With most of vendors, we...