嘗試用著 tinywan/jwt里面的 RSA512,發(fā)現(xiàn)代碼不支持,后來自己研究了下發(fā)現(xiàn) getPublicKey 以及 getPrivateKey 尚未增加RS384 RS512 的處理。 處理完了,跟著注釋生產(chǎn) private key public key 過后,卻一直遇到這個問題。 如果有哪些大佬知道情況請幫個忙提供個思路。 encode 沒問題,就是decode 會一直遇到。感謝各位大神~ \openss...
protected function execute(InputInterface $input, OutputInterface $output) { $output->writeln('Route列表:'); $routeList = Route::getRoutes(); var_dump($routeList); } ...