望哥
望哥
I have the same problem! linux verson: `centos-release-7-2.1511.el7.centos.2.10.x86_64` generated service file `/etc/systemd/system/multi-user.target.wants/wolfAgent.service`: ``` [Unit] Description=agent of wolf project Requires=network-online.target After=network-online.target [Service] PIDFile=/var/run/wolfAgent.pid ExecStartPre=/bin/rm -f /var/run/wolfAgent.pid ExecStart=/opt/wolfAgent Restart=on-failure [Install] WantedBy=multi-user.target ```...
@Lloyd-longfei ref this [example](https://github.com/go2s/o2s/blob/master/jwtex/claims.go)
@cyantarek there is a implement https://github.com/go2s/o2s/blob/master/o2r/client.go
@rps-repo it's a redis implement of the interface [oauth2.ClientStore](https://github.com/go-oauth2/oauth2/blob/master/store.go), you can replace ClientStore through `oauth2.MustClientStorage(cs, nil)`.
there is an example: https://github.com/go2s/o2s/blob/master/http/server.go ``` captcha.EnableCaptchaAuth(svr, mcs, captcha.CaptchaLogSender) ```
@63isOK 建议参数定义的时候都定义为 int64
@ma642 pls provide more details, like struct definition, instance values, etc.
https://gitalk.github.io/ 登录也是报错, 好像是网络问题: ```bash curl 'https://api.github.com/user' \ -H 'Accept: application/json' \ -H 'Referer: https://gitalk.github.io/' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36'...
@StonyShi can u provide a unit test to simulate this issue?
ref: https://github.com/apache/dubbo-go-hessian2/pull/364