xiaole
xiaole
将binlog2sql_util.py中的`decode("utf-8")`替换为`decode("utf-8","ignore")`
> 也开在这个bug,请问有什么解决方法吗 请看我的回复
> @aconital Yes,just do this > > ``` > $token = auth()->setTTL(7200)->attempt($credentials); > ``` > > see the doc : https://jwt-auth.readthedocs.io/en/develop/auth-guard/ It's Not Working
> @aconital @dy7338 Did you ever solve this? I have similar issue where the default TTL is always being applied when i specify a different TTL. #### 1. I'm set...