Jona Goldman

Results 15 issues of Jona Goldman

Will be nice to remove the jQuery dependency

Most auth implementations use a short lived access token and a longer living refresh token in order to securely maintain the user logged in. Basically the refresh token is used...

question
feature request

I need some level of control over the generated integer length. I don't know if this is even possible as I don't see any updates on https://github.com/jenssegers/optimus/issues/15. If a fixed...

Cookies with no expiration are useful for one time only cookies. Also known as session cookie. The cookie is cleaned up by the browser when the window is closed.

enhancement

Was looking for a Tymon JWT alternative and found this repo. Looks nice but noticed, for example, that logout functionality is not implemented. So I was wondering if this repo...

It will be nice to know all the methods this module have. I see there are a lot of undocumented functionality like setExternalValidation(), validate hidden inputs, etc.

enhancement
help wanted

When I have a 'right to left' page (direction:rtl) the scrollbar inside 'themodal-overlay' is hidden (because of the -17px fix). In order to fix this I added 'direction:ltr' to the...

bug

Hi, For some reason 'processIpn()' is always returning 'false'. I checked my PHP config and allow_url_fopen and Curl are On. I checked my server logs and I am not getting...

### Versions: - `@inertiajs/inertia` version: 0.11.0 - `@inertiajs/inertia-vue3` version: 0.6.0 ### Describe the problem: Each time a modal is rendered I get this console warning from Lighthouse in Chrome Devtools:...

Was going mad trying to figure out why it was not working until I realized it will only work if the script is loaded at the bottom of the page....