MeStrak
MeStrak
I have the same error message as @SmarterPhoneLabs, I think it might be an issue installing the script on the child page. Does anyone have an example of installing the...
Added this into my child page, and it seems to be working: ``` mounted() { const resizerScript = document.createElement('script') resizerScript.setAttribute('src', 'https://cdn.jsdelivr.net/npm/[email protected]/js/iframeResizer.contentWindow.min.js') document.head.appendChild(resizerScript) } ``` However I'm using Vuetify and have...
Everything that @Baumgartl said + the option for recurring maintenance would be great. Use case would be to suppress alerts during a repeat scheduled maintenance every Sunday for example.
Hi @roccomuso, @oscarnevarezleal I might start using this library and it would be great to be able to use redis. More generally, is the project still active?
Thanks for this tip @andrezanna. I don't know if there will be other consequences from this change, but it's good enough for the basic test I'm trying to do :)
I started a fork to work on this. It's WIP with some failing tests but looks promising. https://github.com/MeStrak/passport-jwt.
I finally got round to finishing the implementation and the `@mestrak/passport-multi-jwt` package is available here: https://www.npmjs.com/package/@mestrak/passport-multi-jwt. Of course I'm definitely open to merging it with this package if requested by...
> @MeStrak where are you getting `passportJwtSecret` from in your example above. What is that? (I am trying to get secret from URI) Hi @coler-j , not sure what you...
The $PWD bit was the problem for me (%cd%) in the respons above. I had to replace it with my absolute path using forward slashes.
I also have the same Auth0 challenge as @devops-at-alinea - a stable endpoint would be very helpful so I don't have to update the Auth0 dashboard all the time. I...