Bo-Yi Wu

Results 807 comments of Bo-Yi Wu

Could you post the example code and what is your commit version of gin-jwt? ``` claims[user.IdentityKey].(string) ``` Please check the interface to string in go ```go if _, ok :=...

Why need this example?

@karimabedrabbo Can you send PR to improve the documentation?

See https://github.com/appleboy/gin-jwt/pull/164

@tomriddle1234 you can define own LoginResponse function. See https://github.com/appleboy/gin-jwt/blob/d31681b963c5bd248786b5974e4e29466f5369aa/auth_jwt.go#L65-L66 and the following is default behavior: https://github.com/appleboy/gin-jwt/blob/d31681b963c5bd248786b5974e4e29466f5369aa/auth_jwt.go#L268-L276

@buildscientist OK. I will write changelog. Thanks.

@philtrep @Mahmoudz We can create new cli repo to implement feature like [laradock-cli](https://github.com/logaretm/laradock-cli) using [Golang](https://golang.org/) for first version which support `linux`, `windows` and `darwin` OS. I will take it.

@philtrep We can squash and merge this commit automatically. 😄 ![screen shot 2016-12-20 at 9 19 28 am](https://cloud.githubusercontent.com/assets/21979/21334868/78f8b620-c695-11e6-9848-7fae2fae03e1.png)

Could we move to https://github.com/laradock/cli to discussion what features we need?