Possible to custom fingerprint method or introduce new customisable method #48065
Unanswered
sts-ryan-holton
asked this question in
Ideas
Replies: 1 comment 1 reply
-
I'd say go with the extra parameter option in fingerprint. I doubt adding an extra, optional, parameter is a breaking change as there is no interface involved here. Just so you know: you don't have to copy over code in here...just point at the code with a permalink: framework/src/Illuminate/Http/Request.php Lines 627 to 644 in c1e6281 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi 👋
I'm working on a Laravel 10 project and am storing the generated request
fingerprint
in my database. I'm using Laravel separately from my front-end (Nuxt front-end) and need to modify the fingerprint data used to construct it.Here's the current implementation:
I was wondering whether, either:
or...
fingerprint
method such as:Where I could customise the data.
Beta Was this translation helpful? Give feedback.
All reactions