Tim van Herwijnen
Tim van Herwijnen
Installing version `3.0.0-beta.0` works fine for me Can be installed using `next` tag btw
> I'm afraid I don't quite understand the point of this Issue :/ That's because it's an feature-request/enhancement, not an issue, bug or error. What I'm trying to say is:...
Custom schemes could be used.
@toniengelhardt: > For me it doesn't work with Nuxt Bridge. I have tested it with [Nuxt 3 Bridge](https://v3.nuxtjs.org/getting-started/bridge) and it's working like it's supposed to after following the guide. **EDIT:...
#### I am now taking the refresh (jwt) approach and got the auth module completely working now without any issues. @toniengelhardt: >The previous issue has been fixed in Nuxt Bridge,...
You should add it to your `this.$auth.loginWith()` method. For example: ```js const userId = 'YourUserId' // As get param this.$auth.loginWith('local', params: { userId: userId }) // Results in /api/login?userId=YourUserId //...
> add [this](https://github.com/gr2m/moment-parseformat) plugin > just add .format('YYYY') > You could create a utility function. So instead of calling moment, you call your function which has the correct format. >...
I **did** create a [PR](https://github.com/nuxt-community/moment-module/pull/86) to add this feature but I think they've abandoned this package or forgot about it. No response since I submitted it on February 8. 😕...
#### I did it like this: ```php protected $searchable = [ /** * Columns and their priority in search results. * Columns with higher values are more important. * Columns...
I got text emoji's following the answer provided by @klaslundberg in issue #13 The result can be `😂` if configured correctly. If that's what you're looking for.