Brendon
Brendon
I'm seeing a similar issue -- i've tried many times -- simply cannot get even the basic demo to work correctly. The main functionality seems to work, but there's no...
Could you give an example of how this is used please.
I'm seeing the same behaviour as well -- some built-in functions are throwing an `Undefined function` warning. `strtoupper` and `str_replace` are a couple examples. ``` Undefined function 'MyProject\MyApp\Helpers\str_replace'. intelephense(1010) ```...
The `` component doesn't support `` components being added/removed as child components dynamically. The Vuesax team will need to update the component to support this functionality. If I can find...
> Following the Passport documentation, the part of Log Out, I get the error message "req#logout requires a callback function." I tried putting `res.redirect('/')` into `req.logout()` as the callback function....
Closing as Microsoft updated their dependency version of Passport from `0.4.1` to `0.6.0` on [Aug 22, 2022](https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/23473d54d9ecbe5a8bb8e7c8ecd3248425b7473e). I abandoned the use of [passport-azure-ad](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/maintenance/passport-azure-ad), so I cannot personally confirm it resolved...
> The thing I absolutely don't like is the unmotivated array mixture of the permissions. That is yelling "YAGNI" in my ears, i.e. it looks like it is waiting for...
Your issue is unrelated to Vite. To import and use the slider in a Vue 3 + Vite project, use a `reactive()` object. @jerryComo please mark your issue as closed,...
It sounds like you're describing a multi-tenant application, based on the fact that you're working with more than one set of credentials. You should maintain entirely separate configurations in multi-tenant...
I've discovered that most strategies rely on [passport-oauth2](https://github.com/jaredhanson/passport-oauth2), and its that library which supports relative callback URLs. Refer to: [~/lib/utils.js](https://github.com/jaredhanson/passport-oauth2/blob/master/lib/utils.js) Per your readme, this project is effectively a slimmed down...