alextoro85
Results
2
comments of
alextoro85
Hi @richard015ar, If I'm not wrong... I think the issue here was Blackboard is not accepting microseconds. So, you can overwrite /src/Security/Jwt/Builder/Builder.php and just after `$now = Carbon::now();` add: `$now->setMicrosecond(0);`
/I know @richard015ar, very disappointing, as a tip, if you are using composer you can do something like I did: ``` "autoload": { "psr-4": { "App\\": "src/" }, "exclude-from-classmap": [...