Simon Hamp
Simon Hamp
@bsormagec I've just released an update that may have fixed this issue (per @stiknoltz comment on #8). Could you update the package and let me know if it fixes the...
Did you `composer update` and get version 0.1.1?
Ok I’ll try to investigate more later. Sorry this hasn’t fixed it for you
Thanks for investigating and reporting @tumainimosha. I'm not familiar with this sort of MapField... are you using a specific Nova package to add this or did you roll your own?...
Why not create a Collection for your forms, with each Entry representing a Form. In that you have 2 fields: `intro` and `form`. The `intro` field lets you do what...
@jelhan is your version working well with Lumen then?
@lindyhopchris I'm going to be working with @jelhan's repo for now and will try to work out any kinks and share what I find here. Hope it can all make...
Add method to facilitate BearerTokenValidator override when you want to append data to the jwt token
I like the concept. My concern with this implementation is that overriding could make for some unwanted code duplication in a hurry and some unexpected behaviour if you fail to...
Add method to facilitate BearerTokenValidator override when you want to append data to the jwt token
@ragboyjr I agree in principle, but I'm keen to get feedback from more implementors on this. It strikes me that it should be one way or the other, not both,...
Add method to facilitate BearerTokenValidator override when you want to append data to the jwt token
>this functionality is probably outside the scope of what a validator should be doing. I completely agree and I understand the points you're making, but there's no need as yet...