Franc Siswanto
Franc Siswanto
Hi. This is my hack to solve SSO, I take below script from https://jwt-auth.readthedocs.io/en/develop/quick-start/ as starting point, and I'm using this module with version 1.02 (Nov 2020), also make sure...
@amrshakya , yes I'm using redis cache, and consumption of cache storage will increase according to the number of users logged in multiply by token length (approximately).
> > @amrshakya , yes I'm using redis cache, and consumption of cache storage will increase according to the number of users logged in multiply by token length (approximately). >...
> I solved this problem as follows: > ### Implementation - Validation > > ```js > const Validator = require('../../lib/validatorjs'); // Import code with register > > const data =...
Not convenient for dealing with many objects. I have a list of price and I want to edit all price at once inside td table. I guess I have to...
> I have recently started using flatpickr. And, I am confused about how to tackle manual input. When I type a valid date manually, the change event is never called....
This is my solution and it's work. - Create some providers to override existing Tymon\JWTAuth\Providers\Storage\Illuminate, let say name it as 'App\Storage\JWTStorage'. See script below. - Publish jwt configuration - Edit...